Skip to content

Commit

Permalink
Added jest.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalatawi committed Aug 7, 2024
1 parent 3e53a11 commit 9c33fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
setupFilesAfterEnv: ["<rootDir>/setupTests.ts"],
};
1 change: 1 addition & 0 deletions setupTests.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jest.setTimeout(10000);

0 comments on commit 9c33fbb

Please sign in to comment.