0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/store/jest.config.js

8 lines
152 B
JavaScript
Raw Normal View History

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
});