Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suspend is not working in watch mode #2342

Closed
6 tasks done
milahu opened this issue Nov 16, 2022 · 0 comments · Fixed by #2422
Closed
6 tasks done

suspend is not working in watch mode #2342

milahu opened this issue Nov 16, 2022 · 0 comments · Fixed by #2422

Comments

@milahu
Copy link

milahu commented Nov 16, 2022

Describe the bug

vitest ignores the suspend signal (Ctrl-Z)

Reproduction

npx vitest

...

 PASS  Waiting for file changes...
       press h to show help, press q to quit

when i hit ^Z (Ctrl-Z) then nothing happens

vitest should suspend to background

sleep 1m

^Z
[1]+  Stopped                 sleep 1m

System Info

vitest 0.25.2

Used Package Manager

npm

Validations

@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants