Skip to content

Commit

Permalink
test: modernize mocha config (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 4, 2020
1 parent 3db5ff4 commit fa82904
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions packages/google-cloud-translate/.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
}
5 changes: 1 addition & 4 deletions packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,14 @@
"google-auth-library": "^5.7.0",
"gts": "^1.0.0",
"http2spy": "^1.1.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^7.0.0",
"pack-n-play": "^1.0.0-2",
"power-assert": "^1.6.0",
"prettier": "^1.13.5",
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
"source-map-support": "^0.5.6",
"typescript": "3.6.4"
}
}
4 changes: 0 additions & 4 deletions packages/google-cloud-translate/test/mocha.opts

This file was deleted.

0 comments on commit fa82904

Please sign in to comment.