0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/CONTRIBUTING.md
2024-09-12 23:17:08 +02:00

13 lines
433 B
Markdown

# Contributing to Verdaccio
Full text for contributing can be read [here](https://verdaccio.org/community/contributing).
## 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
```bash
yarn node --inspect-brk --expose-gc $(yarn bin jest) test --runInBand --silent --logHeapUsage test/unit/modules/api/publish.spec.ts
```