fix vertex js spend test

This commit is contained in:
Ishaan Jaff 2024-11-25 12:51:06 -08:00
parent 6e482f8cba
commit 94e2b114a3

View file

@ -60,9 +60,9 @@ function loadVertexAiCredentials() {
} }
// Run credential loading before tests // Run credential loading before tests
// beforeAll(() => { beforeAll(() => {
// loadVertexAiCredentials(); loadVertexAiCredentials();
// }); });