Skip to content

Releases: EmandM/ts-mock-imports

v1.3.1

20 Nov 00:31
Compare
Choose a tag to compare

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

16 Mar 22:25
b7cbf0e
Compare
Choose a tag to compare

Add ImportMock.restore() functionality