We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef7a94 commit e36d6b5Copy full SHA for e36d6b5
1 file changed
README.md
@@ -1,20 +1,10 @@
1
-Ionic 2 App Base
+Ionic Unit Testing Example
2
=====================
3
4
-This is the base template for Ionic 2 starter apps.
+Based on the awesome [unit testing example](https://github.com/roblouie/unit-testing-demo) from [@roblouie](https://github.com/roblouie/) :thumbsup:
5
6
-## Using this project
+Clone repo, run `npm install`.
7
8
-You'll need the Ionic CLI with support for v2 apps:
+To run the tests, run `npm test`.
9
10
-```bash
11
-$ npm install -g ionic
12
-```
13
-
14
-Then run:
15
16
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.
+See the example test in `src/app/app.component.spec.ts` for an example of a component test.
0 commit comments