You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build project by command tsc I have these errors from ts-essentials, that is the dependency of jest-mock-extended
I understand that errors inside ts-essentials, but it effect to jest-mock-extended. jest-mock-extended uses old version ts-essentials - ^7.0.3 (latest is 9.4.1)
I am using:
When I build project by command
tsc
I have these errors from ts-essentials, that is the dependency of jest-mock-extendedI understand that errors inside ts-essentials, but it effect to jest-mock-extended.
jest-mock-extended uses old version ts-essentials - ^7.0.3 (latest is 9.4.1)
I created also the issue ts-essentials/ts-essentials#381
Do you have any ideas to fix it?
The text was updated successfully, but these errors were encountered: