This proposal is for the outcome of the discussion in ts-jest that includests-jest mock util functions in jest core.
Users don't have to install ts-jest anymore to access these util mocks, just need to install jest.
Suggestion from @thymikee that it should belong to jest core
Yeah, I think this is a good idea. There's been some changes to mocks in @types/jest as well, would be nice to bring the best features of both into Jest itself (at which point DT could pull the features from us instead).
Hi, can I take this issue?
Yes please! 馃檪
Hi @SimenB, I'm working on this issue and don't have much progress. I have some doubts about the approach that I should follow. Actually I didn't understand your first comment really well. Should I try to "use" definition on @types/jest on jest-mock package and work on top of it to add mocked fn from ts-jest?
Has this been abandoned? I can take a look
Include as well another proposal in this area from https://github.com/kulshekhar/ts-jest/issues/1065
got it, will do
Most helpful comment
Include as well another proposal in this area from https://github.com/kulshekhar/ts-jest/issues/1065