Print `package-lock.json`/`yarn.lock` for failed tests
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 606
- Forks
- 157
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
While trying to look in the pino issue reported in the node 21 release I suspect it's related to dependency versioning but no way to verify that
https://github.com/nodejs/node/pull/49870#issuecomment-1763398712
It would be great to print package-lock.json/yarn.lock for packages that their tests failed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how failed package tests are reported in citgm, then inspect the package-lock.json and yarn.lock files mentioned in the issue. The change is complete when the relevant lockfile contents are printed for packages whose tests fail, allowing dependency versions to be checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100