Skip to content

Commit 4090250

Browse files
committed
[tests] fix code coverage, changed pattern on blanket options
1 parent 7e25bde commit 4090250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ws" : "*"
2020
},
2121
"scripts" : {
22-
"blanket" : { "pattern": "caronte/lib" },
22+
"blanket" : { "pattern": "lib/caronte" },
2323
"test" : "./node_modules/.bin/mocha -R landing test/*-test.js",
2424
"test-cov" : "./node_modules/.bin/mocha --require blanket -R html-cov > cov/coverage.html"
2525
},

0 commit comments

Comments
 (0)