Skip to content

Commit

Permalink
test: modernize mocha config (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Feb 1, 2020
1 parent 08f91c6 commit 46701c4
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-compute/.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-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@
"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.2",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^7.0.0",
"c8": "^7.0.0",
"power-assert": "^1.5.0",
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
"uuid": "^3.2.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/google-cloud-compute/test/mocha.opts

This file was deleted.

0 comments on commit 46701c4

Please sign in to comment.