You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 versionsOr 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
The text was updated successfully, but these errors were encountered: