Skip to content

Commit 8f49aa7

Browse files
authored
Merge pull request #4 from dcstone09/cleanup/mocha_options
Update mocha's options to follow conventions.
2 parents a361119 + c212e38 commit 8f49aa7

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)