Skip to content

Commit

Permalink
Cover with istanbul
Browse files Browse the repository at this point in the history
npx helps this.
  • Loading branch information
hail2u committed Feb 28, 2018
1 parent 2d31024 commit 8cb3a32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"url": "https://github.com/hail2u/node-css-mqpacker.git"
},
"scripts": {
"test": "nodeunit test"
"test": "nodeunit test",
"cover": "npx istanbul cover --dir .istanbul node_modules/nodeunit/bin/nodeunit -- test"
}
}

0 comments on commit 8cb3a32

Please sign in to comment.