Skip to content

Commit

Permalink
tests: remove mocha.opts file
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Sep 30, 2018
1 parent 00d6eec commit f45d533
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"node": ">= 0.10"
},
"scripts": {
"test": "npm run lint && nyc --reporter=html --reporter=text mocha",
"test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env",
"lint": "eslint lib test"
}
}
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit f45d533

Please sign in to comment.