-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(vite): add --testFile
argument to @nrwl/vite:test
#16324
feat(vite): add --testFile
argument to @nrwl/vite:test
#16324
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution, I left some comments on the arg naming.
and unsure where this arg should be passed. I'd assume it's in the settings passed to vitest as i'm unsure how you'd actually pass args to vitest cli to the cliFilter parameter.
Hi there @liammcateer ! Thank you for your PR! I think it looks good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liammcateer thanks! :)
46dec09
to
85ad3b0
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
closed #16280
Current Behavior
When running the
@nrwl/vite:test
executor, we don't currently have the option to run a specific test file.Expected Behavior
After this change,
@nrwl/vite:test
will have a new option--testFile
available, which can be used to run a single test file.Related Issue(s)
#16280
Fixes #