1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00
verdaccio/packages/store/jest.config.js

8 lines
152 B
JavaScript
Raw Normal View History

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