Skip to content

Commit

Permalink
update: config file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PrantaDas committed Aug 7, 2024
1 parent 0400108 commit 3ed55da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/juz.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import juz from "./juz";
import { juz } from "./juz";

describe("Fetch all the juzs", () => {
beforeEach(() => jest.clearAllMocks());
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"exclude": [
"node_modules",
"dist",
"**/*.test.ts"
]
}

0 comments on commit 3ed55da

Please sign in to comment.