mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
const config = require('../../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
collectCoverage: true,
|
|
});
|