extend-chrome / jest-chrome

A complete mock of the Chrome API for Chrome extensions for use with Jest.
MIT License
125 stars 24 forks source link

chore: add jest v27 to peer dependencies #12

Closed Belco90 closed 3 years ago

Belco90 commented 3 years ago

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.

jacksteamdev commented 3 years ago

LGTM, thanks @Belco90 :pray:

Belco90 commented 3 years ago

@jacksteamdev Do we have an ETA for releasing this patch version? Thanks!

jacksteamdev commented 3 years ago

@Belco90 I just pushed it now! :rocket:

Belco90 commented 3 years ago

Amazing, thanks!