adding ts-jest mock util functions in jest-mock #12086
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR can close #9534 which was opened as a feature request by @ahnpnl
This PR includes -
mocked
test helpers fromts-jest
https://github.com/kulshekhar/ts-jest/blob/main/src/utils/testing.tstype
MockedClass
,Mocked
from@types/jest
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/a68259ee8883cc9899463fe79a78bb49a9d2f6de/types/jest/index.d.ts#L1042-L1298there is also another proposal for
partialMocked
in kulshekhar/ts-jest#1065 which can be added after these changes are approved.Any suggestions/ changes which can help in closing the above issue are most welcome.
Test plan