Skip to content

Commit

Permalink
feat(package): add test watch
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 4, 2015
1 parent 5c8c23e commit f4f55ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"test": "test"
},
"scripts": {
"test": "mocha test"
"test": "mocha test",
"test-watch": "mocha -w test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f4f55ee

Please sign in to comment.