mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
|
const config = require('../../../jest/config');
|
||
|
|
||
|
module.exports = Object.assign({}, config, {
|
||
|
coverageThreshold: {
|
||
|
global: {
|
||
|
// FIXME: increase to 90
|
||
|
lines: 50,
|
||
|
},
|
||
|
},
|
||
|
});
|