module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/tests/**/*.test.ts'], collectCoverage: true, coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['/node_modules/'], };