Skip to content

Commit

Permalink
add test test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mastilver committed Jun 9, 2015
1 parent 8a8700d commit c2d00a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "test"
},
"scripts": {
"test": "nyc mocha"
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
Expand All @@ -20,6 +21,7 @@
},
"homepage": "https://github.com/mastilver/sails-hook-parametized-policies#readme",
"devDependencies": {
"coveralls": "^2.11.2",
"mocha": "^2.2.5",
"nyc": "^2.3.0",
"sails": "^0.11.0",
Expand Down

0 comments on commit c2d00a7

Please sign in to comment.