Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnainroopawalla committed Aug 12, 2023
1 parent 9137275 commit 045d050
Show file tree
Hide file tree
Showing 6 changed files with 704 additions and 19 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
preset: 'ts-jest',
"testEnvironment": 'jsdom',
transform: {
'^.+\\.ts?$': 'ts-jest',
},
transformIgnorePatterns: ['<rootDir>/node_modules/'],
};
Loading

0 comments on commit 045d050

Please sign in to comment.