Releases: EmandM/ts-mock-imports
Releases · EmandM/ts-mock-imports
v1.3.1
This patch adds the possibility of mocking the functions of a class without replacing the entire class. This is a workaround to the Typescript 3.9 issue where class exports are not settable.
v1.3.0
Add ImportMock.restore()
functionality