From 2581e0e5a353c1ffafc8a920a7d4366318d5e751 Mon Sep 17 00:00:00 2001 From: jaykayudo Date: Sat, 26 Oct 2024 23:52:27 +0100 Subject: [PATCH] refactor: format code with prettier --- libs/api-sdk/src/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/api-sdk/src/index.test.ts b/libs/api-sdk/src/index.test.ts index ceb53d2e..3cc483ea 100644 --- a/libs/api-sdk/src/index.test.ts +++ b/libs/api-sdk/src/index.test.ts @@ -65,7 +65,7 @@ describe("Bandada API SDK", () => { }, baseURL: SupportedUrl.PROD } - const fun = () => new ApiSdk(SupportedUrl.DEV, config) + const fun = () => new ApiSdk(SupportedUrl.DEV, config) expect(fun).toThrow("The url and baseURL should be the same") }) it("Should throw an error when the url has the wrong type", () => {