export default { preset: "ts-jest", testEnvironment: "node", globals: { "ts-jest": { tsconfig: "tsconfig.json", }, }, };