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
There seems to be some issues about errors occuring when running with Jest 28, eg. #995, #982.
We need to verify if we support Jest 28.
Possible Implementations
In most comprehensive scenario we would be able to hold test for both Jest 27 and Jest 28. The would probably require moving our devDeps to Jest 28 and writing jest27 to keep monitoring Jest 27 support.
Describe the Feature
There seems to be some issues about errors occuring when running with Jest 28, eg. #995, #982.
We need to verify if we support Jest 28.
Possible Implementations
In most comprehensive scenario we would be able to hold test for both Jest 27 and Jest 28. The would probably require moving our
devDeps
to Jest 28 and writingjest27
to keep monitoring Jest 27 support.Related Issues
#995, #982
The text was updated successfully, but these errors were encountered: