blob: fd9b7280f054e9ce2458ae654ecb03468977de9a [file] [log] [blame]
module.exports = {
preset: 'jest-preset-angular',
roots: ['./client'],
testMatch: ['**/+(*.)+(spec).+(ts)'],
collectCoverage: true,
coverageReporters: ['html', 'lcov', 'json', 'text', 'jest-html-reporters'],
coverageDirectory: './coverage',
moduleFileExtensions: ['ts', 'html', 'js', 'json'],
};