Skip to content

Commit

Permalink
test: modernize mocha config (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 5, 2020
1 parent c0b3e71 commit 0e88c0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/google-cloud-language/.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
}
2 changes: 0 additions & 2 deletions packages/google-cloud-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^7.0.0",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"power-assert": "^1.6.0",
"prettier": "^1.11.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/google-cloud-language/test/mocha.opts

This file was deleted.

0 comments on commit 0e88c0a

Please sign in to comment.