imporve test configuration

This commit is contained in:
Eugenio Romano
2016-05-28 00:52:27 +01:00
parent 821aa7d74d
commit 919eb14de7
21 changed files with 105 additions and 31 deletions

View File

@@ -197,6 +197,12 @@ bootstrap(MyDemoApp, [
npm test
```
## Running unit tests in browser
```sh
npm test-browser
```
This task rebuilds all the code, runs tslint, license checks and other quality check tools
before performing unit testing.