Closed Belco90 closed 3 years ago
Community guidelines:
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Current jest-chrome works with jest v27 but yarn/npm throws a warning about incorrect peer dependency.
jest-chrome
This PR includes recent jest v27 in peer dependencies, so both v26 and v27 are valid.
LGTM, thanks @Belco90 :pray:
@jacksteamdev Do we have an ETA for releasing this patch version? Thanks!
@Belco90 I just pushed it now! :rocket:
Amazing, thanks!
Community guidelines:
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Current
jest-chrome
works with jest v27 but yarn/npm throws a warning about incorrect peer dependency.This PR includes recent jest v27 in peer dependencies, so both v26 and v27 are valid.