playwright-community / jest-playwright

Running tests using Jest & Playwright
MIT License
532 stars 75 forks source link

Fix jest-runner peerDeps #812

Closed birkskyum closed 1 year ago

birkskyum commented 1 year ago

Found that a typo had sneeked into the peerDeps.

jest-runner should be at ^29.3.1 like all the other jest peerDeps and not ^29.3.10

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3731089759

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3730921797: 0.0%
Covered Lines: 106
Relevant Lines: 109

💛 - Coveralls
mxschmitt commented 1 year ago

Thanks!

birkskyum commented 1 year ago

This seem to work, so we're good now.