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: provide file path to avoid seeking skipped files #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jordems
Copy link

@jordems jordems commented Feb 29, 2024

Description

Adds the path to the npx vitest -t <testPattern> <path>. The benefit of this is now when a project/library has many different test files, it will skip seeking through all the tests to skip. And instead just look at the file in question.

Before:
https://www.loom.com/share/24bee8d6dc8a4a0a8b9fd5ddb2d1beef

After:
https://www.loom.com/share/7e49382b5faf47f8a13115bb0039631a

@jordems jordems force-pushed the jordan/avoid-seeking-skipped-files branch from 5546fac to fbe4029 Compare February 29, 2024 21:42
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.

None yet

1 participant