module.exports = { preset: "ts-jest", testEnvironment: "node", modulePathIgnorePatterns: ["packages\\/publisher\\/output"], testMatch: ["/packages/*/test/**/*.test.ts", "/packages/dts-critic/index.test.ts"], transform: { "^.+\\.tsx?$": ["ts-jest", { tsconfig: "/tsconfig.test.json", diagnostics: false }] } };