0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/api/jest.config.js
Juan Picado 74cd588828
fix: bug on change password npm profile (#4473)
* fix: bug on change password npm profile

* add new case
2024-01-24 23:14:38 +01:00

3 lines
94 B
JavaScript

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