Skip to content

Commit a361119

Browse files
committed
Updating package.json
1 parent 39fe571 commit a361119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"coveralls": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
2121
"lint": "eslint --fix --ext .js, src",
22-
"test": "mocha test --recursive",
22+
"test": "mocha --opts test/.mocha-opts",
2323
"version:patch": "npm --no-git-tag-version version patch",
2424
"version:minor": "npm --no-git-tag-version version minor",
2525
"version:major": "npm --no-git-tag-version version major"

0 commit comments

Comments
 (0)