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 39fe571 commit a361119Copy full SHA for a361119
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"coveralls": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
21
"lint": "eslint --fix --ext .js, src",
22
- "test": "mocha test --recursive",
+ "test": "mocha --opts test/.mocha-opts",
23
"version:patch": "npm --no-git-tag-version version patch",
24
"version:minor": "npm --no-git-tag-version version minor",
25
"version:major": "npm --no-git-tag-version version major"
0 commit comments