We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c0495 commit 66cb139Copy full SHA for 66cb139
3 files changed
packages/google-cloud-resourcemanager/.mocharc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "enable-source-maps": true,
3
+ "throw-deprecation": true,
4
+ "timeout": 10000
5
+}
packages/google-cloud-resourcemanager/package.json
@@ -57,17 +57,14 @@
57
"eslint-plugin-node": "^11.0.0",
58
"eslint-plugin-prettier": "^3.0.0",
59
"gts": "^1.0.0",
60
- "intelli-espower-loader": "^1.0.1",
61
"jsdoc": "^3.6.2",
62
"jsdoc-fresh": "^1.0.1",
63
"jsdoc-region-tag": "^1.0.2",
64
"linkinator": "^1.5.0",
65
"mocha": "^7.0.0",
66
"c8": "^7.0.0",
67
- "power-assert": "^1.4.4",
68
"prettier": "^1.7.4",
69
"proxyquire": "^2.1.3",
70
- "source-map-support": "^0.5.6",
71
"typescript": "3.6.4",
72
"uuid": "^3.0.1"
73
}
packages/google-cloud-resourcemanager/test/mocha.opts
0 commit comments