module.exports = { testEnvironment: 'jsdom', collectCoverage: true, preset: 'ts-jest', coverageReporters: ['json', 'html'], };