Skip to content

Commit

Permalink
Add test:watch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed May 31, 2016
1 parent f14cc59 commit b74202c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"coverage": "npm test && nyc report --reporter=text-lcov | coveralls",
"postversion": "npm run version:amend && git push origin master --tags && npm publish",
"test": "NODE_ENV=test nyc mocha",
"test:watch": "NODE_ENV=test mocha --watch",
"version": "npm run changelog",
"version:amend": "git commit --amend -m \"Release v${npm_package_version}\""
},
Expand Down

0 comments on commit b74202c

Please sign in to comment.