Skip to content

Commit

Permalink
Merge pull request #22 from wei3erHase/fix/jest-warning
Browse files Browse the repository at this point in the history
fix: jest warning
  • Loading branch information
critesjosh authored Dec 11, 2024
2 parents 6db00e1 + 74e0f7b commit c5eedc9
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 c5eedc9

Please sign in to comment.