Replies: 1 comment
-
You can define the value conditionally:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to define both
vitest.config
, andvite.config
, but it seems like they don't "merge" which was a long shot to expect anyways, also it's recommended to use onlyvite.config
when both vite and vitest are used.When I set
in
vite.config
, vitest stops listening to test file changes too.Is there a way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions