mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
4d9632424d
* chore(config): increase test coverage * adjust length (32 bytes in hex)
10 lines
161 B
JavaScript
10 lines
161 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
lines: 90,
|
|
},
|
|
},
|
|
});
|