Skip to content

Commit

Permalink
upgrade jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
avernikoz committed May 11, 2024
1 parent 9fbcd8c commit 5cf03c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+\\.[tj]s$": "ts-jest",
},
};

0 comments on commit 5cf03c1

Please sign in to comment.