marchaos / jest-mock-extended

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

jest peerReference not working properly #1

Closed spawluk closed 4 years ago

spawluk commented 4 years ago

I have project with

"jest": "^24.9.0"

but NPM issues warning

npm WARN jest-mock-extended@1.0.1 requires a peer of jest@^22+ but none is installed. You must install peer dependencies yourself.
marchaos commented 4 years ago

Hey. Thanks for the feedback. I've pushed a new version (1.0.2) which hopefully fixes this. I've changed this to ^24.0.0