Skip to content

Commit

Permalink
fix: jest warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Dec 10, 2024
1 parent 6db00e1 commit 74e0f7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jest.integration.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"preset": "ts-jest/presets/default-esm",
"globals": {
"ts-jest": {
"useESM": true
}
"transform": {
"^.+\\.tsx?$": ["ts-jest", { "useESM": true }]
},
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
Expand Down

0 comments on commit 74e0f7b

Please sign in to comment.