Skip to content

Commit

Permalink
test: modernize mocha config (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 1, 2020
1 parent de21f9e commit 163199b
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-texttospeech/.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-texttospeech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,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.4.4",
"prettier": "^1.11.1",
"ts-loader": "^6.2.1",
"typescript": "3.6.4",
Expand Down
3 changes: 0 additions & 3 deletions packages/google-cloud-texttospeech/test/mocha.opts

This file was deleted.

0 comments on commit 163199b

Please sign in to comment.