Watch-Mode ignores test filter #6954
-
Hi, I’m experiencing some unexpected behavior with Vitest when files are modified. It’s possible this is intentional or due to a recent change, but I wanted to clarify the expected behavior. Scenario:
Expected Behavior: Actual Behavior: Additionally, I’ve observed similar behavior when non-test code is modified. If the modified code is covered by other test suites, those suites are also executed unexpectedly. Is this the intended behavior, or could there be an issue with my setup? Any guidance would be appreciated. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think that's the behavior as long as I know, but I'm not sure if there's any specific reason 🤔 |
Beta Was this translation helpful? Give feedback.
I think that's the behavior as long as I know, but I'm not sure if there's any specific reason 🤔
I made a PR to change it and will see what happens #6955