Skip to content

Commit

Permalink
[tests] fix code coverage, changed pattern on blanket options
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Sep 17, 2013
1 parent 7e25bde commit 4090250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ws" : "*"
},
"scripts" : {
"blanket" : { "pattern": "caronte/lib" },
"blanket" : { "pattern": "lib/caronte" },
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
},
Expand Down

0 comments on commit 4090250

Please sign in to comment.