Skip to content

Commit 9b8d098

Browse files
feat: generated GAPIC code for v1p1beta1 (#23)
1 parent 587b149 commit 9b8d098

File tree

12 files changed

+2451
-0
lines changed

12 files changed

+2451
-0
lines changed

packages/google-cloud-videointelligence/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"lint": "repo-tools lint --cmd eslint -- src/ samples/ test/",
4747
"prettier": "repo-tools exec -- prettier --write src/*.js src/*/*.js samples/*.js samples/*/*.js test/*.js test/*/*.js",
4848
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
49+
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",
4950
"test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",
5051
"test": "repo-tools test run --cmd npm -- run cover"
5152
},

0 commit comments

Comments
 (0)