@exodus/test
    Preparing search index...

    Type Alias Mock<T>

    Mock: JestMock<T>

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

    Type Parameters

    • T extends FunctionLike = UnknownFunction