diff --git a/docs/recipes/WritingTests.md b/docs/recipes/WritingTests.md index 98fc27f134..9e0c8dd2bd 100644 --- a/docs/recipes/WritingTests.md +++ b/docs/recipes/WritingTests.md @@ -33,7 +33,7 @@ Then, add this to `scripts` in your `package.json`: "scripts": { ... "test": "mocha --compilers js:babel-register --recursive", - "test:watch": "npm test -- --watch", + "test:watch": "npm test -- --watch" }, ... }