Open jordems opened 8 months ago
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.
path
npx vitest -t <testPattern> <path>
Before: https://www.loom.com/share/24bee8d6dc8a4a0a8b9fd5ddb2d1beef
After: https://www.loom.com/share/7e49382b5faf47f8a13115bb0039631a
Description
Adds the
path
to thenpx 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