Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
add blanket coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Nov 17, 2014
1 parent f2a9e8a commit c865c0f
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 @@ -5,7 +5,7 @@
"main": "index.js",
"repository": "http://github.com/TakenPilot/gulp-aside.git",
"scripts": {
"test": "./node_modules/.bin/mocha -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
"test": "./node_modules/.bin/mocha -r blanket -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
},
"config": {
"blanket": {
Expand Down

0 comments on commit c865c0f

Please sign in to comment.