Skip to content

Commit

Permalink
chore(tests): add test:watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 18, 2016
1 parent 038a326 commit bf8e189
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 @@ -27,7 +27,8 @@
"scripts": {
"watch": "babel src --watch --out-dir lib",
"test": "ava",
"test-cover": "nyc ava"
"test-cover": "nyc ava",
"watch:test": "ava --watch"
},
"ava": {
"files": [
Expand Down

0 comments on commit bf8e189

Please sign in to comment.