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 8bed0ec commit 776699b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .mocharc.json
@@ -0,0 +1,7 @@
{
"reporter": "spec",
"recursive": true,
"checkLeaks": true,
"timeout": 120000,
"require": ["./bootstrap-unexpected-markdown", "unexpected-markdown"]
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.16.3",
"mocha": "^7.0.0",
"mocha": "^8.2.1",
"nyc": "^15.0.0",
"pem": "^1.13.1",
"prettier": "~2.1.0",
Expand Down
5 changes: 0 additions & 5 deletions test/mocha.opts

This file was deleted.

0 comments on commit 776699b

Please sign in to comment.