We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7539539 commit 749a918Copy full SHA for 749a918
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"test": "jasmine spec/*spec.js",
8
"bundle": "browserify bin/parser.js --s parser > lib/parser.js",
9
- "coverage": "node ./benchmark/perfTest.js; istanbul cover jasmine --captureExceptions spec/*spec.js;",
10
- "coverage:check": "node ./node_modules/istanbul/lib/cli.js check-coverage --branch 90 --statement 90"
+ "coverage": "node ./benchmark/perfTest.js; istanbul cover -x \"spec/*spec.js\" jasmine spec/*spec.js;",
+ "coverage:check": "istanbul check-coverage --branch 90 --statement 90"
11
},
12
"bin": {
13
"xml2js": "cli.js"
0 commit comments