1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/server/express/jest.config.js

11 lines
195 B
JavaScript
Raw Normal View History

const config = require('../../../jest/config');
2020-03-04 22:36:43 +01:00
module.exports = Object.assign({}, config, {
coverageThreshold: {
global: {
// FIXME: increase to 90
lines: 85,
},
},
2020-03-04 22:36:43 +01:00
});