Update README.md

This commit is contained in:
Javier Donadío 2017-10-04 12:15:01 -03:00 committed by GitHub
parent 86a8b0b7e9
commit f98166f088
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ A watch task is also available to rebuild components of the app as changes are m
npm run watch
```
## Unit Tests (Karma and Jasmine)
To run the tests, run npm run test.
## Testing on Real Devices
It's recommended that all final testing be done on a real device both to assess performance and to enable features that are unavailable to the emulator (e.g. a device camera).