Version
Details
Rstest can't rerun all tests when has command filter.
Reproduce link
https://github.com/web-infra-dev/rsbuild/blob/main/examples/node
Reproduce Steps
- prepare two test files(
index.test.ts, index1.test.ts)
- run
npx rstest watch index1
- press
a to rerun all tests
- expect: run two files
- actual: only rerun
index1.test.ts