Skip to content

Commit

Permalink
fix(detox): Update jest transform to point to correct tsconfig (#19977)
Browse files Browse the repository at this point in the history
(cherry picked from commit b32452a)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed Nov 1, 2023
1 parent f9c138c commit 0e9993f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"reporters": ["detox/runners/jest/reporter"],
"testEnvironment": "detox/runners/jest/testEnvironment",
"verbose": true,
"setupFilesAfterEnv": ["<rootDir>/test-setup.ts"]
"setupFilesAfterEnv": ["<rootDir>/test-setup.ts"],
"transform": {
"^.+\\.(ts|js|html)$": [
"ts-jest",
{ "tsconfig": "<rootDir>/tsconfig.e2e.json" }
]
}

}

0 comments on commit 0e9993f

Please # to comment.