const config = require('../../jest/config'); module.exports = Object.assign({}, config, { coverageThreshold: { global: { lines: 90, }, }, });