mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
7 lines
223 B
JavaScript
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?)$'
|
|
};
|