Skip to content

Commit c212e38

Browse files
committed
update mocha's options
1 parent a361119 commit c212e38

File tree

2 files changed

+1
-1
lines changed

2 files 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 --opts test/.mocha-opts",
22+
"test": "mocha",
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"
File renamed without changes.

0 commit comments

Comments
 (0)