Skip to content

Commit

Permalink
add jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
navneel99 committed Jun 20, 2024
1 parent 1b2d7e7 commit c41a92c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testPathIgnorePatterns: ['./dist/'],
};

0 comments on commit c41a92c

Please sign in to comment.