2020-03-04 22:36:43 +01:00
|
|
|
const config = require('../../jest/config');
|
|
|
|
|
|
|
|
module.exports = Object.assign({}, config, {
|
2020-03-03 23:59:19 +01:00
|
|
|
// FIXME: coverage fails here
|
2020-03-15 18:02:40 +01:00
|
|
|
collectCoverage: true
|
2020-03-04 22:36:43 +01:00
|
|
|
});
|
|
|
|
|