Pass mode to vitest vsc plugin #397
Unanswered
waldemarennsaed
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Do you have a config file? By default, the extension uses that. If there are no configs, it uses a script from Currently, there is no way to pass down arguments manually, but you can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to configure the vitest plugin in a way to pass a vite
mode
?Currently I am executing my unit-tests by running this command (a script in my
package.json
):vitest run --mode=test-unit
I need the
mode
test-unit
to be passed to the VSC plugin, otherwise some tests are failing.Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions