fix error in nodemon command for running API tests individually

This commit is contained in:
Alys 2016-03-05 15:51:54 +10:00
parent 511b003ec5
commit 9517920de6

View file

@ -39,7 +39,7 @@ $ gulp test:api:safe
If you'd like to run the tests individually and inspect the output from the server, in one pane you can run:
```bash
$ gulp nodemon
$ gulp test:nodemon
```
And run your tests in another pane: