2020-10-23 16:12:54 -05:00
|
|
|
const config = require('../../../jest/config');
|
|
|
|
|
|
|
|
module.exports = Object.assign({}, config, {
|
2022-07-29 13:51:45 -05:00
|
|
|
coverageThreshold: {
|
|
|
|
global: {
|
|
|
|
// FIXME: increase to 90
|
|
|
|
lines: 80,
|
|
|
|
},
|
|
|
|
},
|
2020-10-23 16:12:54 -05:00
|
|
|
});
|