Skip to content

Commit

Permalink
build: remove deprecated mocha.opts
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 15, 2020
1 parent 42e5550 commit 54780a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec test/*/index.js",
"test": "mocha --reporter spec --ui qunit --bail test/*/index.js",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
}
2 changes: 0 additions & 2 deletions test/mocha.opts

This file was deleted.

0 comments on commit 54780a9

Please sign in to comment.