Skip to content

Commit

Permalink
chore: inital setup for jest (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv authored Jul 26, 2024
1 parent 1fe5249 commit 9489629
Show file tree
Hide file tree
Showing 3 changed files with 7,620 additions and 2,439 deletions.
4 changes: 4 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
preset: 'ts-jest',
testEnvironment: 'jsdom',
};
Loading

0 comments on commit 9489629

Please sign in to comment.