mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
const config = require('../../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
collectCoverage: true,
|
|
});
|