We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089aed1 commit 734518aCopy full SHA for 734518a
3 files changed
core/projectify/.mocharc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enable-source-maps": true,
3
+ "throw-deprecation": true,
4
+ "timeout": 10000
5
+}
core/projectify/package.json
@@ -33,11 +33,8 @@
33
"@types/node": "^10.5.2",
34
"codecov": "^3.0.4",
35
"gts": "^1.0.0",
36
- "hard-rejection": "^2.0.0",
37
- "intelli-espower-loader": "^1.0.1",
38
"mocha": "^7.0.0",
39
"c8": "^7.0.0",
40
- "source-map-support": "^0.5.6",
41
"typescript": "3.6.4",
42
"linkinator": "^1.5.0"
43
},
core/projectify/test/mocha.opts
0 commit comments