mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
4d9632424d
* chore(config): increase test coverage * adjust length (32 bytes in hex)
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
lines: 90,
|
|
},
|
|
},
|
|
});
|