mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
87c16127b4
* refactor: search package refactor: search package * update deps * refactor * refactor tests * add tests
12 lines
199 B
JavaScript
12 lines
199 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
branches: 0,
|
|
functions: 0,
|
|
lines: 0,
|
|
},
|
|
},
|
|
});
|