2020-10-23 22:05:46 +02:00
|
|
|
const config = require('../../../jest/config');
|
|
|
|
|
|
|
|
module.exports = Object.assign({}, config, {
|
2022-07-29 20:51:45 +02:00
|
|
|
coverageThreshold: {
|
|
|
|
global: {
|
|
|
|
// FIXME: increase to 90
|
|
|
|
lines: 29,
|
|
|
|
},
|
|
|
|
},
|
2020-10-23 22:05:46 +02:00
|
|
|
});
|