We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58d48c commit d2a8fb1Copy full SHA for d2a8fb1
packages/vertexai/src/service.test.ts
@@ -30,6 +30,7 @@ const fakeApp = {
30
describe('VertexAIService', () => {
31
it('uses default location if not specified', () => {
32
const vertexAI = new VertexAIService(fakeApp);
33
+ expect(false).to.equal(true);
34
expect(vertexAI.location).to.equal(DEFAULT_LOCATION);
35
});
36
it('uses custom location if specified', () => {
0 commit comments