Milestone: none Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
8 lines
157 B
JavaScript
8 lines
157 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
export default {
|
|
testEnvironment: "node",
|
|
transform: {
|
|
"^.+\.tsx?$": ["ts-jest", {}],
|
|
},
|
|
};
|