UNPKG

@verdaccio/search

Version:

verdaccio search utitlity tools

13 lines (11 loc) 224 B
const config = require('../../jest/config'); module.exports = Object.assign({}, config, { coverageThreshold: { global: { branches: 79, functions: 94, lines: 87, statements: 87, }, }, });