marchaos / jest-mock-extended

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

Jest 27 compatibility #66

Closed puchm closed 3 years ago

puchm commented 3 years ago

Hi,

Jest 27 has been released recently. Can we update the package.json to also be compatible with Jest 27? I couldn't find any tests in the repo. How do we verify if everything is compatible with Jest 27?

Here are the release notes: https://github.com/facebook/jest/releases/tag/v27.0.0

-puchm

theoludwig commented 3 years ago

There is an open PR to add jest@27 to peerDependencies : #65

marchaos commented 3 years ago

Merged now.