reactjs / react-transition-group

An easy way to perform animations when a React component enters or leaves the DOM
https://reactcommunity.org/react-transition-group/
Other
10.1k stars 652 forks source link

[request] ability to log which files changed #826

Open devrelm opened 2 years ago

devrelm commented 2 years ago

While running tests in watch mode, the tests sometimes re-run an indeterminate number of times. Sometimes they don't re-run at all, but sometimes they re-run 3 times or more before settling.

Is there a way, or could we create a way to log which files changed to kick off a re-run?

It seems like this would also require disabling the clearing of the console between re-runs.

This feature would be incredibly useful for hunting down where stray disk-writes are coming from so that they can either be mocked out or ignored with watchPathIgnorePatterns.