Skip to content

Commit c60aac1

Browse files
authored
VertexAI: add test script to run unit tests without updating mock responses (#8342)
1 parent f018062 commit c60aac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vertexai/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"testsetup": "yarn update-responses && yarn ts-node ./test-utils/convert-mocks.ts",
3838
"test": "run-p --npm-path npm lint test:browser",
3939
"test:ci": "yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test",
40+
"test:skip-clone": "karma start --single-run",
4041
"test:browser": "yarn testsetup && karma start --single-run",
4142
"api-report": "api-extractor run --local --verbose",
4243
"typings:public": "node ../../scripts/build/use_typings.js ./dist/vertexai-preview-public.d.ts",

0 commit comments

Comments
 (0)