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