Skip to content

Commit

Permalink
Merge pull request reduxjs#1872 from diegofu/master
Browse files Browse the repository at this point in the history
Removed extra comma in package.json example
  • Loading branch information
markerikson authored Jul 28, 2016
2 parents 085eaec + 8807ac9 commit 1ce3d14
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 1ce3d14

Please sign in to comment.