Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v6 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Feb 19, 2019
1 parent c70b8da commit 305e9cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"nyc": "^13.0.0",
"power-assert": "^1.5.0",
"prettier": "^1.13.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"chai": "^4.2.0",
"execa": "^1.0.0",
"mocha": "^5.0.0",
"mocha": "^6.0.0",
"proxyquire": "^2.0.1",
"uuid": "^3.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/system-test/compute.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Compute', () => {
before(() => deleteAllTestObjects({expiredOnly: true}));
after(() => deleteAllTestObjects({expiredOnly: false}));

describe('addresses', async () => {
describe('addresses', () => {
const ADDRESS_NAME = generateName('address');
const address = region.address(ADDRESS_NAME);

Expand Down

0 comments on commit 305e9cd

Please sign in to comment.