Skip to content

Commit 280e206

Browse files
test: modernize mocha config (#720)
1 parent c302652 commit 280e206

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed
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+
}

packages/packages/google-gax/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@types/rimraf": "^2.0.2",
4545
"@types/semver": "^6.0.0",
4646
"@types/sinon": "^7.0.0",
47-
"@types/source-map-support": "^0.5.0",
4847
"@types/through2": "^2.0.33",
4948
"c8": "^7.0.0",
5049
"chai": "*",
@@ -59,7 +58,6 @@
5958
"fs-extra": "^8.0.0",
6059
"google-proto-files": "^1.0.0",
6160
"gts": "^1.0.0",
62-
"intelli-espower-loader": "^1.0.1",
6361
"is-docker": "^2.0.0",
6462
"json-loader": "^0.5.7",
6563
"karma": "^4.1.0",
@@ -82,7 +80,6 @@
8280
"puppeteer": "^2.0.0",
8381
"rimraf": "^3.0.0",
8482
"sinon": "^8.0.0",
85-
"source-map-support": "^0.5.6",
8683
"stream-events": "^1.0.4",
8784
"through2": "^3.0.0",
8885
"ts-loader": "^6.0.3",

packages/packages/google-gax/test/mocha.opts

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

0 commit comments

Comments
 (0)