Updated instructions for running tests

This commit is contained in:
LarryKlugerDS 2016-02-09 20:11:10 +02:00
parent 803916c99b
commit 9aa4a79d6e
1 changed files with 5 additions and 1 deletions

View File

@ -58,11 +58,15 @@ Then the dependencies will have been installed. You use gulp as build tool.
The following targets are probably interesting:
* jison - compiles the jison grammars to parser files
* jasmine - runs the jasmine tests (will trigger the jison target)
* dist - complies files to the dist catalog
for instance:
```
gulp jasmine
```
To run the tests:
```
npm run karma
```
Thanks, Knut Sveidqvist