-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Open
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Description
What is the problem this feature will solve?
Currently, running node --watch --test some.test.js
and then making changes in that test file will result in difficult to recognize output. That is, it's difficult to determine if the output is new when the result hasn't changed.
What is the feature you are proposing to solve the problem?
Whenever watch mode re-runs the script, write out a timestamp as the first line of the output, e.g. console.log(new Date().toISOString())
.
What alternatives have you considered?
No response
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.test_runnerIssues and PRs related to the test runner subsystem.Issues and PRs related to the test runner subsystem.
Type
Projects
Status
Awaiting Triage