Replies: 1 comment 1 reply
-
https://vitest.dev/guide/#configuring-vitest If we already had this, plz tell me which version it is. I am using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using
vite
withvitest
for writing unit test forreact
.The config need to pass the option
test
fordefineConfig
ofvite
, but it seems the interfaceUserConfigExport
still not define this option.Do we need to add this option to the
UserConfigExport
?I can create a PR for this if we need this one
Beta Was this translation helpful? Give feedback.
All reactions