Skip to content

Commit

Permalink
adds test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfriss committed Mar 22, 2024
1 parent 4368a0b commit 9d2f4af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __tests__/IntlAutocompletionsApi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import {
} from "./testFixtures";

describe("IntlAutocompletionsApi", () => {
expect(true).toBeTruthy();
it("expects true to be true", () => {
expect(true).toBeTruthy();
});
/*
** this endpoint is only available for one customer
** these tests will fail for our lob-openapi account
Expand Down

0 comments on commit 9d2f4af

Please sign in to comment.