Skip to content

Commit

Permalink
Removed extra comma in package.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofu authored Jul 28, 2016
1 parent 085eaec commit 8807ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/WritingTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
...
}
Expand Down

0 comments on commit 8807ac9

Please sign in to comment.