mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-24 21:15:51 +01:00
5f3eee5eaf
* chore: remove a package, move constants * chore: remove *
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
collectCoverage: false,
|
|
});
|