Skip to content

Commit

Permalink
test: modernize mocha config (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Feb 8, 2020
1 parent 58e5029 commit 163e43d
Show file tree
Hide file tree
Showing 15 changed files with 4,145 additions and 4,052 deletions.
5 changes: 5 additions & 0 deletions .mocharc.json
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -68,7 +68,6 @@
"prettier": "^1.13.4",
"puppeteer": "^2.0.0",
"sinon": "^8.0.0",
"source-map-support": "^0.5.6",
"tmp": "^0.1.0",
"ts-loader": "^6.0.0",
"typescript": "3.6.4",
Expand Down
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit 163e43d

Please sign in to comment.