We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554f5c8 commit 365fccbCopy full SHA for 365fccb
3 files changed
handwritten/bigtable/.mocharc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enable-source-maps": true,
3
+ "throw-deprecation": true,
4
+ "timeout": 10000
5
+}
handwritten/bigtable/package.json
@@ -86,7 +86,6 @@
86
"eslint-plugin-node": "^11.0.0",
87
"eslint-plugin-prettier": "^3.0.0",
88
"gts": "^1.0.0",
89
- "intelli-espower-loader": "^1.0.1",
90
"jsdoc": "^3.6.2",
91
"jsdoc-fresh": "^1.0.1",
92
"jsdoc-region-tag": "^1.0.2",
@@ -97,11 +96,9 @@
97
96
"npc": "0.0.1",
98
"c8": "^7.0.0",
99
"p-queue": "^6.0.2",
100
- "power-assert": "^1.4.4",
101
"prettier": "^1.7.4",
102
"proxyquire": "^2.0.0",
103
"sinon": "^8.0.0",
104
- "source-map-support": "^0.5.10",
105
"typescript": "3.6.4",
106
"uuid": "^3.0.1"
107
},
handwritten/bigtable/test/mocha.opts
0 commit comments