Skip to content

Commit e36d6b5

Browse files
committed
Reeadme
1 parent fef7a94 commit e36d6b5

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
Ionic 2 App Base
1+
Ionic Unit Testing Example
22
=====================
33

4-
This is the base template for Ionic 2 starter apps.
4+
Based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/) :thumbsup:
55

6-
## Using this project
6+
Clone repo, run `npm install`.
77

8-
You'll need the Ionic CLI with support for v2 apps:
8+
To run the tests, run `npm test`.
99

10-
```bash
11-
$ npm install -g ionic
12-
```
13-
14-
Then run:
15-
16-
```bash
17-
$ ionic start myApp
18-
```
19-
20-
More info on this can be found on the Ionic [Getting Started](http://ionicframework.com/docs/v2/getting-started/) page.
10+
See the example test in `src/app/app.component.spec.ts` for an example of a component test.

0 commit comments

Comments
 (0)