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