Skip to content

Commit

Permalink
fix: remove jsdom and use jest jsdom environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Mar 14, 2024
1 parent edce29a commit 6101f04
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 211 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ module.exports = {
'^.+\\.(j|t)s?$': ['ts-jest', {tsconfig: '<rootDir>/test/tsconfig.json'}],
},
transformIgnorePatterns: [],
testEnvironment: 'jsdom',
};
Loading

0 comments on commit 6101f04

Please sign in to comment.