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

fix: run single test on Windows not working properly #112

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

IGx89
Copy link
Contributor

@IGx89 IGx89 commented Dec 29, 2022

Fixes Run Test on Windows not running the proper test, due to the test pattern argument not being escaped (which is required on Windows when calling spawn with shell: true). Also fixes tests with double quotes in their name not being run properly either.

This partially reverts #69, which itself partially reverted #24. Escaping isn't necessary when debugging, since that calls a VS Code API instead of spawn.

@zxch3n zxch3n merged commit 05a76b9 into vitest-dev:main Jan 3, 2023
@hi-ogawa hi-ogawa mentioned this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants