Skip to content

Commit 6c3ddf5

Browse files
JustinBeckwiththiyaguk09
authored andcommitted
test: modernize mocha config (googleapis#610)
1 parent b062cc8 commit 6c3ddf5

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

handwritten/bigtable/.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+
}

handwritten/bigtable/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"eslint-plugin-node": "^11.0.0",
8787
"eslint-plugin-prettier": "^3.0.0",
8888
"gts": "^1.0.0",
89-
"intelli-espower-loader": "^1.0.1",
9089
"jsdoc": "^3.6.2",
9190
"jsdoc-fresh": "^1.0.1",
9291
"jsdoc-region-tag": "^1.0.2",
@@ -97,11 +96,9 @@
9796
"npc": "0.0.1",
9897
"c8": "^7.0.0",
9998
"p-queue": "^6.0.2",
100-
"power-assert": "^1.4.4",
10199
"prettier": "^1.7.4",
102100
"proxyquire": "^2.0.0",
103101
"sinon": "^8.0.0",
104-
"source-map-support": "^0.5.10",
105102
"typescript": "3.6.4",
106103
"uuid": "^3.0.1"
107104
},

handwritten/bigtable/test/mocha.opts

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

0 commit comments

Comments
 (0)