-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationIssue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Description
Version: v3.23.14
API Provider: anthropic
Model: sonnet-3.5
What happened?
When running vitest without the run parameter, it enters watch mode and waits for user input (like pressing q to quit), causing tests to hang in the terminal.
Expected behavior
Tests should run to completion without requiring user interaction.
Steps to reproduce
- Navigate to a workspace directory with vitest configured
- Run
npx vitest <relative-path-from-workspace-root>without the run parameter - Observe that the test enters watch mode and waits for user input
Additional context
This issue affects the documentation in .roo/rules/rules.md which currently instructs users to run tests without the run parameter.
dosubot
Metadata
Metadata
Assignees
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationIssue/PR - TriageNew issue. Needs quick review to confirm validity and assign labels.New issue. Needs quick review to confirm validity and assign labels.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done