mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge pull request #295 from LarryKlugerDS/master
Updated instructions for running tests
This commit is contained in:
commit
5e447e8938
@ -58,11 +58,15 @@ Then the dependencies will have been installed. You use gulp as build tool.
|
|||||||
The following targets are probably interesting:
|
The following targets are probably interesting:
|
||||||
|
|
||||||
* jison - compiles the jison grammars to parser files
|
* 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
|
* dist - complies files to the dist catalog
|
||||||
|
|
||||||
for instance:
|
for instance:
|
||||||
```
|
```
|
||||||
gulp jasmine
|
gulp jasmine
|
||||||
```
|
```
|
||||||
|
To run the tests:
|
||||||
|
```
|
||||||
|
npm run karma
|
||||||
|
```
|
||||||
|
|
||||||
Thanks, Knut Sveidqvist
|
Thanks, Knut Sveidqvist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user