Skip to content

Commit

Permalink
Upgrade jest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Aug 18, 2024
1 parent c3f7ec1 commit 4aa07ab
Show file tree
Hide file tree
Showing 4 changed files with 1,633 additions and 1,534 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export default {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testEnvironmentOptions: {
customExportConditions: ['node', 'node-addons']
},
transform: {
'^.+\\.ts?$': 'ts-jest',
'^.+\\.js?$': 'babel-jest'
Expand Down
Loading

0 comments on commit 4aa07ab

Please sign in to comment.