module.exports = { preset: "ts-jest", rootDir: "./", displayName: "react-hook-form", testPathIgnorePatterns: ["/node_modules/", "/dist/"], testEnvironment: "jsdom", transform: { "^.+\\.tsx?$": [ "ts-jest", { tsconfig: "/tsconfig.test.json", }, ], }, };