Skip to content

Commit

Permalink
VertexAI: add test script to run unit tests without updating mock res…
Browse files Browse the repository at this point in the history
…ponses (#8342)
  • Loading branch information
tanzimfh authored Jul 2, 2024
1 parent f018062 commit c60aac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"testsetup": "yarn update-responses && yarn ts-node ./test-utils/convert-mocks.ts",
"test": "run-p --npm-path npm lint test:browser",
"test:ci": "yarn testsetup && node ../../scripts/run_tests_in_ci.js -s test",
"test:skip-clone": "karma start --single-run",
"test:browser": "yarn testsetup && karma start --single-run",
"api-report": "api-extractor run --local --verbose",
"typings:public": "node ../../scripts/build/use_typings.js ./dist/vertexai-preview-public.d.ts",
Expand Down

0 comments on commit c60aac1

Please sign in to comment.