Constructs the type of a mock function, e.g. the return type of jest.fn()
.
function
test.jest.spyOn
Referenced types
type Mock<T extends (...args: any[]) => any = (...args: any[]) => any> = JestMock.Mock<T>