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

Work on Jest AE v4 with Jest 27 support #242

Closed IlCallo closed 1 year ago

IlCallo commented 2 years ago

After we released at least the beta for Jest AE v3, we should create v4 alpha version with Jest 27 support, which has much more breaking changes

I'm still unsure on how to manage this, as we need to maintain both versions for a while, eg. until Qv3 comes out

I guess we could just duplicate the Jest folder and call the v3 one unit-jest-v3, but this would then prevent us from testing Jest AE v3 and v4 together into test-projects, or force us to create more and more test-projects to test multiple AE versions

Or we could follow the lead of vue-jest and just release different packages to support different Jest versions I'd like to avoid the latter as it increases the project complexity and we'll end up using different test-projects anyway due to conflicting Jest configurations

estrom85 commented 2 years ago

We are now having some security issues with Jest 26 on our project.

What is the status with adding support for Jest 27 or higher? When can we expect to have the support available?

Thanks.

IlCallo commented 1 year ago

Closing as we'll support Jest up to 29 directly into v3 beta release https://github.com/quasarframework/quasar-testing/issues/241#issuecomment-1293676549