You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,33 @@
1
1
Ionic Unit Testing Example
2
2
=====================
3
3
4
-
Based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/):thumbsup:
4
+
UPDATES:
5
+
--------
6
+
*2017-05-12: Update to Version 3*
5
7
6
-
Clone repo, run `npm install`.
8
+
We've updated this repo to use Ionic v3.2.1 and Ionic CLI v3.0.0.
9
+
10
+
If you already have this repository downloaded on your system, after you sync with our Master branch make certain you delete your `node_modules` folder and then run `npm install`.
11
+
12
+
Also, since we've updated to Ionic CLI v3.0.0, you will need to update your version as well:
13
+
```
14
+
npm remove -g ionic
15
+
npm install -g ionic
16
+
```
17
+
If you run `ionic -v` it should return `3.0.0` (or better, depending on what has been released.
18
+
19
+
Looking for Version 2?
20
+
----------------------
21
+
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).
23
+
24
+
25
+
About this Repository
26
+
=====================
27
+
28
+
This repository is based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/):thumbsup:
29
+
30
+
To get started, clone this repo, and run `npm install` in the root directory.
0 commit comments