Files
jellyfin-vue/jest.config.js
T

7 lines
223 B
JavaScript

module.exports = {
collectCoverage: true,
coverageReporters: ['text', 'cobertura', 'html', 'lcov'],
projects: ['<rootDir>/frontend/jest.config.js'],
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$'
};