mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
a1986e098d
* feat: expose middleware utils * feat: expose middleware utils * Update antiLoop.ts * Update e2e-ci.yml
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: 80,
|
|
branches: 56,
|
|
statements: 67,
|
|
},
|
|
},
|
|
});
|