Skip to content

Commit

Permalink
Update mocha to ^8.2.1, switch to .mocharc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent 978007e commit 5df9509
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .mocharc.json
@@ -0,0 +1,5 @@
{
"reporter": "spec",
"recursive": true,
"require": ["./bootstrap-unexpected-markdown", "unexpected-markdown"]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^7.0.0",
"mocha": "^8.2.1",
"nyc": "^15.0.0",
"prettier": "~2.1.0",
"unexpected": "^12.0.0",
Expand Down
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit 5df9509

Please sign in to comment.