Skip to content

Commit

Permalink
test(): fix jest config for jest 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Sep 28, 2022
1 parent 2ad7093 commit 63b3f86
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/jest-e2e.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"globals": {
"ts-jest": {
"tsconfig": "./tests/tsconfig.json"
}
},
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
"^.+\\.(t|j)s$": ["ts-jest", { "tsconfig": "./tests/tsconfig.json"}]
}
}

0 comments on commit 63b3f86

Please sign in to comment.