mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
12 lines
317 B
JavaScript
12 lines
317 B
JavaScript
module.exports = {
|
|
verbose: true,
|
|
collectCoverage: true,
|
|
coverageProvider: 'v8',
|
|
projects: [
|
|
'<rootDir>/server/.jest/auth.config.js',
|
|
'<rootDir>/server/.jest/rtorrent.config.js',
|
|
// TODO: qBittorrent tests are disabled at the moment.
|
|
// '<rootDir>/server/.jest/qbittorrent.config.js',
|
|
],
|
|
};
|