Replies: 1 comment
-
This looks like an issue with Rollup. Is Vitest using Rollup? https://github.com/rollup/rollup |
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
-
Hey!
I'm trying to use Vitest in a NestJS application and obviously this application has decorators, in my unit tests all tests are working properly, but when I try to run integration tests, it gives me the error
I'm using swc.vite() plugin in my vitest.integration.config.mts and it still gives me the error
And this error only happens when I'm using my auto module loader
Does anyone has an idea on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions