open-nav
    Preparing search index...

    Interface MockServer

    interface MockServer {
        close: () => Promise<void>;
        port: number;
        server: Server;
        state: MockState;
        url: string;
    }
    Index
    close: () => Promise<void>
    port: number
    server: Server
    state: MockState

    Everything the mock has recorded, for assertions.

    url: string

    Base URL to hand to a NavClient, including the service path.