Skip to content

Commit

Permalink
chore: update Jest configuration to set test environment to Node
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Dec 26, 2024
1 parent 7e49ca8 commit 4820f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
testEnvironment: 'node',
transform: {
'^.+\\.tsx?$': 'ts-jest'
"^.+.tsx?$": ["ts-jest",{}],
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
verbose: true,
Expand Down

0 comments on commit 4820f6a

Please sign in to comment.