Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit ed9d4ae

Browse files
test: modernize mocha config (#345)
1 parent 1b70d9b commit ed9d4ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.mocharc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"enable-source-maps": true,
3+
"throw-deprecation": true,
4+
"timeout": 10000
5+
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,13 @@
5555
"eslint-plugin-node": "^11.0.0",
5656
"eslint-plugin-prettier": "^3.0.0",
5757
"gts": "^1.0.0",
58-
"intelli-espower-loader": "^1.0.1",
5958
"jsdoc": "^3.6.2",
6059
"jsdoc-fresh": "^1.0.2",
6160
"jsdoc-region-tag": "^1.0.2",
6261
"linkinator": "^1.5.0",
6362
"mocha": "^7.0.0",
6463
"null-loader": "^3.0.0",
6564
"pack-n-play": "^1.0.0-2",
66-
"power-assert": "^1.5.0",
6765
"prettier": "^1.11.1",
6866
"ts-loader": "^6.2.1",
6967
"typescript": "^3.7.0",

test/mocha.opts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)