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