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 a361119 commit c212e38Copy full SHA for c212e38
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 --opts test/.mocha-opts",
+ "test": "mocha",
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"
test/.mocha-opts test/mocha.optstest/.mocha-opts renamed to test/mocha.opts
0 commit comments