Skip to content

Commit

Permalink
test: modernize mocha config (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 5, 2020
1 parent 364e6e4 commit 84aa666
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/google-cloud-dialogflow/.mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000
}
6 changes: 1 addition & 5 deletions packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"main": "src/index.js",
"files": [
"protos",
"src",
"AUTHORS",
"COPYING"
"src"
],
"keywords": [
"google apis client",
Expand Down Expand Up @@ -50,13 +48,11 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^7.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.7.4"
}
}

0 comments on commit 84aa666

Please sign in to comment.