From 9d2f4af2be3c3be84ac1f71ae0a2bbe57447a824 Mon Sep 17 00:00:00 2001 From: Juan Friss Date: Fri, 22 Mar 2024 20:21:08 +0100 Subject: [PATCH] adds test --- __tests__/IntlAutocompletionsApi.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/__tests__/IntlAutocompletionsApi.spec.ts b/__tests__/IntlAutocompletionsApi.spec.ts index 55464dd..da1aa62 100755 --- a/__tests__/IntlAutocompletionsApi.spec.ts +++ b/__tests__/IntlAutocompletionsApi.spec.ts @@ -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