Mock<T>: JestMock<T>

Constructs the type of a mock function, e.g. the return type of jest.fn().

Type Parameters

  • T extends FunctionLike = UnknownFunction

Generated using TypeDoc