Skip to content

Commit 8cb3a32

Browse files
committed
Cover with istanbul
npx helps this.
1 parent 2d31024 commit 8cb3a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"url": "https://github.com/hail2u/node-css-mqpacker.git"
3434
},
3535
"scripts": {
36-
"test": "nodeunit test"
36+
"test": "nodeunit test",
37+
"cover": "npx istanbul cover --dir .istanbul node_modules/nodeunit/bin/nodeunit -- test"
3738
}
3839
}

0 commit comments

Comments
 (0)