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