/** @type {import('ts-jest').JestConfigWithTsJest} **/ // eslint-disable-next-line no-undef module.exports = { testEnvironment: "node", transform: { "^.+.ts?$": [ "ts-jest", { tsconfig: "tsconfig.test.json", }, ], }, };