/** @type {import('jest').Config} */ module.exports = { preset: "ts-jest", testEnvironment: "node", roots: ["/tests"], testMatch: ["**/*.test.ts"], testPathIgnorePatterns: ["/node_modules/", "/integration/", "/chaos/", "/load/"], moduleFileExtensions: ["ts", "js", "json"], };