-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Needs Triageneeds an initial reviewneeds an initial review
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When running npm/cli tests on windows, I was seeing many files churn in and out of the source control files list.
These ephemeral test files slow down the IDE considerably and can make it hard to see what actually changed.
Expected Behavior
Files created by tap tests should either be:
- ignored by gitignore.
- created outside the git working tree
Steps To Reproduce
- In VSCode on Windows, clone https://github.com/npm/cli
- Open the Source Control pane
- Run
npm test
Environment
- npm: 9.6.7
- Node: 18.17.1
- OS: Windows 11
- platform: AMD64 Desktop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs Triageneeds an initial reviewneeds an initial review
