mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix error in nodemon command for running API tests individually
This commit is contained in:
parent
511b003ec5
commit
9517920de6
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue