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

Yarn v2 support #27

Closed JamieMagee closed 3 years ago

JamieMagee commented 4 years ago

I get the following error when trying to install jest-mock-extended when using Yarn v2

jest-mock-extended@npm:1.0.8 [f88a9] doesn't provide typescript@>=3.7.0 requested by ts-essentials@npm:4.0.0

Can you add typescript as a peerDependency? Here's the Yarn advice.

marchaos commented 3 years ago

Fixed