rstest
rstest copied to clipboard
[Bug]: can't rerun all tests when has command filter
Version
rstest 0.1.3
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
ato rerun all tests- expect: run two files
- actual: only rerun
index1.test.ts