jellyfin-vue/jest.config.js

7 lines
221 B
JavaScript

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