mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
5a0ead5fb6
* feat!: drop Node.js 12 - Enable minimum Node.js 16 * update notes * restore files
433 B
433 B
Contributing to Verdaccio
Full text for contributing can be read here.
Especifics for the branch 6.x
The 6.x uses yarn berry
with Plug and Play enabled, thus some advices are required for helping contributing:
Debugging Jest
yarn node --inspect-brk --expose-gc $(yarn bin jest) test --runInBand --silent --logHeapUsage test/unit/modules/api/publish.spec.ts