Skip to content

Commit

Permalink
FAI-8461 - Fix ts-jest deprecation warning (#327)
Browse files Browse the repository at this point in the history
* FAI-8461 - Fix ts-jest deprecation warning

* Undo cli change
  • Loading branch information
cjwooo committed Nov 29, 2023
1 parent aed4bb0 commit e62e15f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@
".js"
],
"testTimeout": 5000,
"globals": {
"ts-jest": {
"tsconfig": "test/tsconfig.json"
}
"transform": {
"^.+\\.ts$": [
"ts-jest", {
"tsconfig": "test/tsconfig.json"
}
]
}
}
}
10 changes: 6 additions & 4 deletions mock-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@
".js"
],
"testTimeout": 5000,
"globals": {
"ts-jest": {
"tsconfig": "test/tsconfig.json"
}
"transform": {
"^.+\\.ts$": [
"ts-jest", {
"tsconfig": "test/tsconfig.json"
}
]
}
}
}

0 comments on commit e62e15f

Please sign in to comment.