marchaos / jest-mock-extended

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

Support Jest28 #88 #89

Closed hnisiji closed 2 years ago

hnisiji commented 2 years ago

Added Jest28 to peerDependencies. It works fine! Fixes #88

chrisflatley commented 2 years ago

Note that ts-jest is now released at 28.0.1

simonplend commented 2 years ago

I'm unable to use Jest 28 and jest-mock-extended for new projects — this workaround doesn't seem to work for me.

@marchaos Is there any chance of this fix being merged and released soon? 🙏🏻

marchaos commented 2 years ago

Will release this in 30 mins

simonplend commented 2 years ago

@marchaos That's brilliant, thank you — greatly appreciated!

marchaos commented 2 years ago

np! - it's release under 2.0.6 - should be npm now.

simonplend commented 2 years ago

Works perfectly 🥳

Thanks for the fix @hnisiji and thank you @marchaos for the release!