Skip to content

Commit 734518a

Browse files
test: modernize mocha config (#155)
1 parent 089aed1 commit 734518a

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

core/projectify/.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+
}

core/projectify/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@
3333
"@types/node": "^10.5.2",
3434
"codecov": "^3.0.4",
3535
"gts": "^1.0.0",
36-
"hard-rejection": "^2.0.0",
37-
"intelli-espower-loader": "^1.0.1",
3836
"mocha": "^7.0.0",
3937
"c8": "^7.0.0",
40-
"source-map-support": "^0.5.6",
4138
"typescript": "3.6.4",
4239
"linkinator": "^1.5.0"
4340
},

core/projectify/test/mocha.opts

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

0 commit comments

Comments
 (0)