We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f235a58 commit 79a5cc7Copy full SHA for 79a5cc7
1 file changed
package.json
@@ -46,8 +46,8 @@
46
"z-schema": "3.25.1"
47
},
48
"scripts": {
49
- "test": "./node_modules/mocha/bin/mocha -u bdd -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
50
- "coverage": "istanbul cover ./node_modules/mocha/bin/mocha -u bdd -- -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
+ "test": "./node_modules/.bin/_mocha --exit -u bdd -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
+ "coverage": "istanbul cover ./node_modules/.bin/_mocha -u bdd -- -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
51
"start": "node app.js"
52
53
"bin": {
0 commit comments