module.exports = { preset: "ts-jest", testEnvironment: "node", testPathIgnorePatterns: [ "/__tests__/helpers.ts", "/__tests__/common_helpers.ts", ], };