mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
13 lines
224 B
JavaScript
13 lines
224 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
branches: 79,
|
|
functions: 94,
|
|
lines: 87,
|
|
statements: 87,
|
|
},
|
|
},
|
|
});
|