File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments