Skip to content

Commit 1e809fd

Browse files
authored
test: create/delete test resources scripts (#145)
1 parent 4487e32 commit 1e809fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/google-cloud-retail/samples/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"*.js"
1111
],
1212
"scripts": {
13-
"test": "c8 mocha --timeout 600000 test/*.js"
13+
"test": "c8 mocha"
1414
},
1515
"dependencies": {
16-
"@google-cloud/retail": "^1.5.0"
16+
"@google-cloud/retail": "^1.5.0",
17+
"@google-cloud/bigquery": "^5.9.2",
18+
"@google-cloud/storage": "^5.16.1"
1719
},
1820
"devDependencies": {
1921
"c8": "^7.1.0",

0 commit comments

Comments
 (0)