Skip to content

Commit 7b1f2a6

Browse files
authored
Update Readme 2017-05-12
1 parent 6fd5104 commit 7b1f2a6

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

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

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*
57

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.
731

832
Unit Tests
933
----------

0 commit comments

Comments
 (0)