Core

/client/jest.config.js (154 B)

1
2
3
4
5
6
7
/** @type {import('ts-jest').JestConfigWithTsJest} **/
export default {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest", {}]
}
};