-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Errors from running Vite nodejs tests #202
Comments
The last error from the screenshot can be fixed by adding The other errors still remained unfixed. |
Try add And add |
unfortunately, it didn't work. |
Shouldn't it be |
I am also seeing this 'Directory import xyz is not supported resolving ES Modules imported from' error |
So, I found that we always replace @antfu do you have any ideas how we can bypass this? I wanted to redefine |
We could just remove the |
It failes, because
|
I'm not sure if this |
Maybe we could split Or actually, we could remove |
I like your first idea more :P |
Is this still a problem? |
This is no longer a problem since |
I tried to migrate Vite nodejs tests to Vitest. Half of them passed and half failed.
I don't know how to debug this, so make a report here.
Reproduction: https://github.com/ydcjeff/vite/tree/test/vitest
Reproduction steps:
Error trace:
The text was updated successfully, but these errors were encountered: