From 9517920de665857d35e4be57aab545bccc36f835 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 5 Mar 2016 15:51:54 +1000 Subject: [PATCH] fix error in nodemon command for running API tests individually --- test/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/README.md b/test/api/README.md index b5223cc0f4..81e7c2d54b 100644 --- a/test/api/README.md +++ b/test/api/README.md @@ -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: