Skip to content

Commit

Permalink
Fix ts-jest deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonEtco committed Oct 10, 2022
1 parent 6e83c2b commit 411e407
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"json"
],
"transform": {
".+\\.tsx?$": "ts-jest"
".+\\.tsx?$": [
"ts-jest",
{
"babelConfig": false
}
]
},
"testMatch": [
"<rootDir>/tests/**/*.test.(ts|js)"
],
"globals": {
"ts-jest": {
"babelConfig": false
}
}
]
}
}
}

0 comments on commit 411e407

Please sign in to comment.