-
Notifications
You must be signed in to change notification settings - Fork 22
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
Migrate to Vitest, Support Vite 5 #255
Conversation
BREAKING CHANGE: Versions of Vite older than `5.0.0` are no longer tested against or guaranteed to work
I'm actively working on this, but getting tripped up because locally on macOS, the tests fail with a different error than is happening here in CI (something related to Rollup)
It seems like this has something to do with the location that my testing utilities put the test fixtures that the tests build against, and I'm not sure how to resolve this yet. |
BREAKING CHANGE: this package no longer works as a CommonJS import. If you need to use it from a CommonJS context, you can import it using `import()`
7cf868b
to
4b4e2d3
Compare
3fc2f4c
to
2783b7d
Compare
2783b7d
to
f2ce148
Compare
No description provided.