module.exports = { moduleNameMapper: { "src/.*": "/dist/cjs/immer.cjs.production.js" }, testEnvironmentOptions: { url: "http://localhost" }, globals: { USES_BUILD: true }, preset: "ts-jest/presets/js-with-ts", testEnvironment: "node", testMatch: ["**/__tests__/**/*.[jt]s?(x)"], snapshotResolver: "/jest.config.build.snapshots.js", testResultsProcessor: "/ignoreObseleteSnapshots.js" }