From 3ed55da0a972adbaddf7beb675d8ccb24aa83b8e Mon Sep 17 00:00:00 2001 From: Prantadas Date: Wed, 7 Aug 2024 12:52:25 +0600 Subject: [PATCH] update: config file updated --- src/apis/juz.test.ts | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apis/juz.test.ts b/src/apis/juz.test.ts index d8dd0e5..69dfb8d 100644 --- a/src/apis/juz.test.ts +++ b/src/apis/juz.test.ts @@ -1,4 +1,4 @@ -import juz from "./juz"; +import { juz } from "./juz"; describe("Fetch all the juzs", () => { beforeEach(() => jest.clearAllMocks()); diff --git a/tsconfig.json b/tsconfig.json index fbf62b1..1b89ab0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,6 @@ "exclude": [ "node_modules", "dist", + "**/*.test.ts" ] } \ No newline at end of file