0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/auth/jest.config.js

11 lines
192 B
JavaScript
Raw Normal View History

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