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