mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
631abe1ac1
* refactor logger module * Update index.ts
13 lines
224 B
JavaScript
13 lines
224 B
JavaScript
const config = require('../../jest/config');
|
|
|
|
module.exports = Object.assign({}, config, {
|
|
coverageThreshold: {
|
|
global: {
|
|
lines: 67,
|
|
functions: 70,
|
|
branches: 55,
|
|
statements: 67,
|
|
},
|
|
},
|
|
});
|