1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/store/jest.config.js
2022-10-01 00:14:20 +02:00

13 lines
233 B
JavaScript

const config = require('../../jest/config');
module.exports = Object.assign({}, config, {
coverageThreshold: {
global: {
// FIXME: increase to 90
branches: 62,
functions: 86,
lines: 76,
},
},
});