--test --watch should report the file that triggered the restart
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 122k
- Forks
- 37.3k
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 283
Description
When this PR merge https://github.com/nodejs/node/pull/63781#pullrequestreview-4444888412, Now on Node.js node --watch command, the file that triggered the restart in terminal response
it would also be good now on should be trigger info in test:watch:restarted event ?
we must check these things:
test:watch:restartedcommand public a reporter event, consuming custom report, we if added data is an api change
so should be add document and test doc/api/test.md
any feedback welcome
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 reviewing PR 63781 and the existing test:watch:restarted reporter event, then read doc/api/test.md for its public API documentation. Confirm whether exposing the triggering file is an API change, add the corresponding test and documentation, and verify that the event reports the restart source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, cli, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100