Skip to content

Commit d11238a

Browse files
test: modernize mocha config (#259)
1 parent a12fd96 commit d11238a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
+5
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/google-cloud-iot/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,11 @@
5151
"eslint-config-prettier": "^6.0.0",
5252
"eslint-plugin-node": "^11.0.0",
5353
"eslint-plugin-prettier": "^3.0.0",
54-
"intelli-espower-loader": "^1.0.1",
5554
"gts": "^1.0.0",
5655
"jsdoc": "^3.6.2",
5756
"jsdoc-fresh": "^1.0.1",
5857
"jsdoc-region-tag": "^1.0.2",
5958
"linkinator": "^1.5.0",
60-
"power-assert": "^1.6.0",
6159
"prettier": "^1.13.7",
6260
"mocha": "^7.0.0",
6361
"null-loader": "^3.0.0",

packages/google-cloud-iot/test/mocha.opts

-3
This file was deleted.

0 commit comments

Comments
 (0)