File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"test" : " mocha --harmony" ,
10
10
"nopretest" : " mocha --harmony" ,
11
11
"travis:test" : " npm run -s test" ,
12
- "cover" : " istanbul cover -x index.js -x **/*.runtime.js node_modules/mocha/bin/_mocha" ,
12
+ "cover" : " istanbul cover -x index.js -x lib/compat.js -x **/*.runtime.js node_modules/mocha/bin/_mocha" ,
13
13
"coveralls" : " npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
14
14
},
15
15
"dependencies" : {
Original file line number Diff line number Diff line change 9
9
"test" : " mocha --harmony" ,
10
10
"nopretest" : " mocha --harmony" ,
11
11
"travis:test" : " npm run -s test" ,
12
- "cover" : " istanbul cover -x index.js -x **/*.runtime.js node_modules/mocha/bin/_mocha" ,
12
+ "cover" : " istanbul cover -x index.js -x lib/compat.js -x **/*.runtime.js node_modules/mocha/bin/_mocha" ,
13
13
"coveralls" : " npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
14
14
},
15
15
"dependencies" : {
You can’t perform that action at this time.
0 commit comments