Skip to content

Commit a2dde79

Browse files
authored
Updated ReadMe
1 parent cf44e49 commit a2dde79

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
Ionic Unit Testing Example
22
=====================
33

4+
This repository is an example project that gives guidance on setting up your Ionic application for unit testing and end-to-end (E2E) testing. We have been told the folks at Ionic will be adding testing features to new projects in the future. But until then, feel free to borrow from this project as needed.
5+
6+
Special thanks to all of the contributors. With the exception of the Ionic team's updates to the framework, this project is stable. If you have a suggestion, feel free to update code and make a pull request. Find a problem or bug, feel free to file a detailed issue.
7+
48
UPDATES:
59
--------
10+
*2017-05-28: Update to Version 3.3.0*
11+
12+
Thanks to [@danielsogl](https://github.com/danielsogl/) for getting us up-to-date with Ionic 3.3.0, Angular 4.1.2 and Ionic Native 3.10.2.
13+
14+
Thanks to [@johnstonbl01](https://github.com/johnstonbl01/) for adding a couple of mocks that prevent us from seeing some unnecessary warning messages.
15+
616
*2017-05-12: Update to Version 3*
717

818
We've updated this repo to use Ionic v3.2.1 and Ionic CLI v3.0.0.
@@ -19,14 +29,17 @@ If you run `ionic -v` it should return `3.0.0` (or better, depending on what has
1929
Looking for Version 2?
2030
----------------------
2131

22-
If you are using Ionic v2, please see our [ionic-v2-branch](https://github.com/driftyco/ionic-unit-testing-example/tree/ionic-v2-branch).
32+
If you are using Ionic v2, please see our [ionic-v2-branch](https://github.com/ionic-team/ionic-unit-testing-example/tree/ionic-v2-branch).
2333

2434

25-
About this Repository
35+
Credits
2636
=====================
2737

2838
This repository is based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/) :thumbsup:
2939

40+
Getting Started
41+
===============
42+
3043
To get started, clone this repo, and run `npm install` in the root directory.
3144

3245
Unit Tests

0 commit comments

Comments
 (0)