1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01: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

4 lines
94 B
JavaScript

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