quasarframework / quasar-testing

Testing Harness App Extensions for the Quasar Framework 2.0+
https://testing.quasar.dev
MIT License
180 stars 65 forks source link

Make Jest AE v3 work with Vite #244

Closed IlCallo closed 1 year ago

IlCallo commented 2 years ago

It isn't working with Vite CLI for some reason, I think it worked in the past right after the Vite CLI release, but I wouldn't bet on it We cannot run our own smoke tests on Vite app if we don't fix this

IlCallo commented 1 year ago

Apparently Jest can only work with Vite by fulfilling an awful lot of constraints

Unless someone wants to contribute upstream to vite-jest, Vitest should be the way to go for Vite projects

References