1234567
/** @type {import('ts-jest').JestConfigWithTsJest} **/export default { testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest", {}] }};