Skip to content

Commit

Permalink
test: create/delete test resources scripts (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmykhailets authored Feb 15, 2022
1 parent 4487e32 commit 1e809fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/google-cloud-retail/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
"*.js"
],
"scripts": {
"test": "c8 mocha --timeout 600000 test/*.js"
"test": "c8 mocha"
},
"dependencies": {
"@google-cloud/retail": "^1.5.0"
"@google-cloud/retail": "^1.5.0",
"@google-cloud/bigquery": "^5.9.2",
"@google-cloud/storage": "^5.16.1"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 1e809fd

Please sign in to comment.