Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit de1a48b

Browse files
committed
coverage for windows too... :P
1 parent 9368a5f commit de1a48b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/node_modules
2+
/coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "http://github.com/webpack/node-libs-browser",
2626
"main": "index.js",
2727
"scripts": {
28-
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter spec --ui qunit"
28+
"test": "istanbul test ./node_modules/mocha/bin/_mocha -- --reporter spec --ui qunit"
2929
},
3030
"testling": {
3131
"browsers": [

0 commit comments

Comments
 (0)