Skip to content

Commit

Permalink
configure jest to use tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 29, 2024
1 parent a167849 commit 0218622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
"^.+\\.tsx?$": [
"ts-jest",
{
useESM: true,
tsconfig: "tsconfig.json"
},
],
},
Expand Down

0 comments on commit 0218622

Please sign in to comment.