1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00
verdaccio/packages/node-api/jest.config.js
Juan Picado 5f3eee5eaf chore: remove a package, move constants (#2001)
* chore: remove a package, move constants

* chore: remove *
2021-04-09 17:54:26 +02:00

6 lines
121 B
JavaScript

const config = require('../../jest/config');
module.exports = Object.assign({}, config, {
collectCoverage: false,
});