marchaos / jest-mock-extended

Type safe mocking extensions for Jest https://www.npmjs.com/package/jest-mock-extended
MIT License
845 stars 59 forks source link

Permit jest 25 as a peer #21

Closed bbarry closed 4 years ago

bbarry commented 4 years ago

Gets rid of a warning from npm about an unmet peer when upgrading downstream to Jest 25.

Alternative semver range for consideration: >23 <26 (though this project should work fine with versions as far back as 14 I think based on the jest change log). Also considered >23 <25.3.0

Sytten commented 4 years ago

@marchaos can you merge that please!