Skip to content

Commit 04986d3

Browse files
Merge pull request #1108 from Icenium/vladimirov/fix-unit-tests-command
Fix test command in package.json
2 parents 0035c3d + e6f7ec5 commit 04986d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"appbuilder": "./bin/appbuilder.js"
99
},
1010
"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/",
11+
"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/",
1212
"postinstall": "node postinstall.js",
1313
"preuninstall": "node preuninstall.js",
1414
"prepublish": "node prepublish.js"

0 commit comments

Comments
 (0)