Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify support for Jest 28. #997

Closed
mdjastrzebski opened this issue Jun 24, 2022 · 1 comment · Fixed by #1008
Closed

Verify support for Jest 28. #997

mdjastrzebski opened this issue Jun 24, 2022 · 1 comment · Fixed by #1008
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@mdjastrzebski
Copy link
Member

mdjastrzebski commented Jun 24, 2022

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.

Related Issues

#995, #982

@mdjastrzebski mdjastrzebski added help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Jun 24, 2022
@thymikee
Copy link
Member

That's too much work. I'm good with only supporting the latest one, if we need to break something (which I don't expect)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants