-
Notifications
You must be signed in to change notification settings - Fork 75
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
Jest 27 support #665
Comments
@flunderpero sorry for late response. I just don't have much time to look through new
|
I just tried out
I posted the same issue on the Jest repo and got this from SimenB
|
@jakobrosenberg ok! Thanks for your comment, i'll move jest to peer dependencies |
Getting the error below on
After install, I get this error when running tests with jest-playwright-preset.
EDIT: |
I just updated to Jest 27 and ran into problems. I tracked it down to I think this warrants to bump the major release of |
Still facing the same issue with:
|
what was the resolution of this issue? |
I just ran into this in my project that uses a monorepo. The root issue ended up being an indirect dependency on Jest v26 through
Be sure to clear out your |
Updating to Jest 28 fixed this error in my case |
Describe the bug
I am trying to use jest-playwright with Jest 27 and get this error:
To Reproduce
I am using a standard installation and a single simple test that just opens a browser.
Desktop (please complete the following information):
Jest configuration (Either in the package.json > jest or in the
jest.config.js
):This is a sub-project in a monorepo. But even if I use
jest-playwright-preset
in the main configuration it won't work.Additional context
All's working fine with Jest 26.6.3
The text was updated successfully, but these errors were encountered: