mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
9943e2b189
* refactor middleware dependencies * improve wrap * chore: fix local * chore: fix test * changeset
12 lines
224 B
JavaScript
12 lines
224 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
lines: 67,
|
|
functions: 75,
|
|
branches: 56,
|
|
statements: 67,
|
|
},
|
|
},
|
|
});
|