mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
7 lines
No EOL
158 B
JavaScript
7 lines
No EOL
158 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: "jsdom",
|
|
transform: {
|
|
"^.+\.tsx?$": ["ts-jest",{}],
|
|
},
|
|
}; |