3 testEnvironment
: 'node',
4 collectCoverageFrom
: ['*.ts', '!tool/*', '!index.ts', '!*.config.ts', '!types.ts'],
5 coverageReporters
: ['text-summary', 'json'],
6 reporters
: ['default', ['jest-junit', { suiteNameTemplate
: '{filepath}', outputName
: 'test-report.xml' }]],