Skip to content

Commit

Permalink
chore: fixes the flaky tests (#486)
Browse files Browse the repository at this point in the history

Fixes #483 #479 #480  🦕
  • Loading branch information
munkhuushmgl committed Oct 22, 2020
1 parent 29223ba commit 9c8c496
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@
"google-gax": "^2.1.0"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node": "^12.12.29",
"@types/sinon": "^9.0.0",
"c8": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"gts": "^2.0.0",
"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.2",
Expand All @@ -61,12 +64,11 @@
"mocha": "^8.0.0",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"prettier": "^2.1.2",
"sinon": "^9.0.2",
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"webpack-cli": "^3.3.11"
}
}

0 comments on commit 9c8c496

Please sign in to comment.