Skip to content

Commit

Permalink
fix: updated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonnie Spratley committed Mar 2, 2016
1 parent 69455ff commit 483c777
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 @@ -21,7 +21,8 @@
"posttest": "npm run coveralls",
"publish": "npm run docs",
"start": "node index.js",
"test": "istanbul cover node_modules/.bin/_mocha -- -R spec src/**/*-spec.js",
"istanbul": "istanbul cover node_modules/.bin/_mocha -- -R spec src/**/*-spec.js",
"test": "gulp test",
"watch": "nodemon -w src index.js",
"watch-test": "nodemon -w src/ --exec 'npm run test'"
},
Expand Down

0 comments on commit 483c777

Please sign in to comment.