0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/packages/store/jest.config.js

7 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-08-13 23:36:23 +02:00
collectCoverage: true,
2020-03-04 22:36:43 +01:00
});