Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Commit aa4029e

Browse files
committedFeb 28, 2018
Cover with istanbul
npx helps this.
1 parent 7c98acc commit aa4029e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"url": "https://github.com/hail2u/node-csswring.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)
This repository has been archived.