Skip to content

Commit

Permalink
test: modernize mocha config (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 4, 2020
1 parent afaa813 commit 950efc8
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-speech/.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-speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,13 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"gts": "^1.1.2",
"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.13.5",
"sinon": "^8.0.0",
"ts-loader": "^6.2.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/google-cloud-speech/test/mocha.opts

This file was deleted.

0 comments on commit 950efc8

Please sign in to comment.