We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c0fd3 commit 1a37531Copy full SHA for 1a37531
package.json
@@ -12,7 +12,7 @@
12
"report-coverage": "cat ./coverage/lcov.info | codecov",
13
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
14
"start": "npm run test:watch",
15
- "test": "istanbul cover -x ./test _mocha -- -R spec test/tests/index.js --compilers js:babel/register",
+ "test": "istanbul cover -x ./test node_modules/mocha/bin/_mocha -- -R spec test/tests/index.js --compilers js:babel/register",
16
"test:watch": "nodemon -q --ignore test/.tmp/ --ignore test/artifacts/ --ignore coverage/ --exec \"npm run test\" --",
17
"test:windows": "node ./test/tools/trigger-appveyor-tests.js"
18
},
0 commit comments