module.exports = { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['/test/fixtures'], coveragePathIgnorePatterns: ['/test/'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, };