Closed
Description
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 writing jest27
to keep monitoring Jest 27 support.