Version
Details
Tip No test files need re-run when test-unrelated files are changed.
Currently, Rstest watch mode relies on rspack's contextDependencies to watch file changes. It currently watch the root directory, which will cause some test-unrelated files changes in the root directory to trigger an rspack rebuild (rstest rerun).
Reproduce Steps
pnpm run dev
pnpm run test
- update source code