We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7a85c commit 60617b5Copy full SHA for 60617b5
3 files changed
handwritten/datastore/.mocharc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enable-source-maps": true,
3
+ "throw-deprecation": true,
4
+ "timeout": 10000
5
+}
handwritten/datastore/package.json
@@ -77,7 +77,6 @@
77
"eslint-plugin-prettier": "^3.1.0",
78
"google-proto-files": "^1.0.0",
79
"gts": "^1.0.0",
80
- "intelli-espower-loader": "^1.0.1",
81
"jsdoc": "^3.6.2",
82
"jsdoc-fresh": "^1.0.1",
83
"jsdoc-region-tag": "^1.0.2",
@@ -86,7 +85,6 @@
86
85
"mv": "^2.1.1",
87
"ncp": "^2.0.0",
88
"c8": "^7.0.0",
89
- "power-assert": "^1.6.1",
90
"prettier": "^1.17.1",
91
"proxyquire": "^2.1.0",
92
"sinon": "^8.0.0",
handwritten/datastore/test/mocha.opts
0 commit comments