We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0035c3d + e6f7ec5 commit 04986d3Copy full SHA for 04986d3
package.json
@@ -8,7 +8,7 @@
8
"appbuilder": "./bin/appbuilder.js"
9
},
10
"scripts": {
11
- "test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui mocha-fibers --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 15000 test/",
+ "test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 15000 test/",
12
"postinstall": "node postinstall.js",
13
"preuninstall": "node preuninstall.js",
14
"prepublish": "node prepublish.js"
0 commit comments