cover everything

This commit is contained in:
Leo Horie 2016-05-19 23:24:36 -04:00
parent 977239d207
commit e104b75364

View file

@ -6,7 +6,7 @@
"scripts": {
"build": "node bundler/bundler",
"test": "node ospec/bin/ospec",
"cover": "istanbul cover --print both -x \"**/ospec/**\" -x \"**/test-utils/**\" ospec/bin/ospec"
"cover": "istanbul cover --print both ospec/bin/ospec"
},
"author": "Leo Horie",
"license": "MIT",