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

Dependency on ts-essentials is only under devDependencies, so not being installed by default as a transitive dependency #10

Closed guytt closed 4 years ago

guytt commented 4 years ago

We are using the lib, and ran into issue in version 1.0.6 when ts-essentials is missing as it is essentially a "production" dep for this lib, but is specified in devDeps.

Also, in general I see that you don't use anything beside devDeps and I think it's a bit of a fault in the lib design. Am I missing something? Thanks!

marchaos commented 4 years ago

Hey. Published 1.0.7 which should fix this - tested it out locally and can see that ts-essentials is now included.