Skip to content

Commit 84aa666

Browse files
test: modernize mocha config (#518)
1 parent 364e6e4 commit 84aa666

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
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-dialogflow/package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
"main": "src/index.js",
1212
"files": [
1313
"protos",
14-
"src",
15-
"AUTHORS",
16-
"COPYING"
14+
"src"
1715
],
1816
"keywords": [
1917
"google apis client",
@@ -50,13 +48,11 @@
5048
"eslint-config-prettier": "^6.0.0",
5149
"eslint-plugin-node": "^11.0.0",
5250
"eslint-plugin-prettier": "^3.0.0",
53-
"intelli-espower-loader": "^1.0.1",
5451
"jsdoc": "^3.6.3",
5552
"jsdoc-fresh": "^1.0.1",
5653
"jsdoc-region-tag": "^1.0.2",
5754
"linkinator": "^1.5.0",
5855
"mocha": "^7.0.0",
59-
"power-assert": "^1.4.4",
6056
"prettier": "^1.7.4"
6157
}
6258
}

0 commit comments

Comments
 (0)