[tests] fix code coverage, changed pattern on blanket options

This commit is contained in:
cronopio 2013-09-16 19:37:28 -05:00
parent 7e25bded27
commit 40902506af

View File

@ -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"
},