Documentation
    Preparing search index...

    Interface SetupTestResult<A>

    interface SetupTestResult<A extends Registry<any>> {
        client: Client<A>;
        mockDriver: { actorDriver: { setCreateVarsContext: (ctx: any) => void } };
    }

    Type Parameters

    Index

    Properties

    Properties

    client: Client<A>
    mockDriver: { actorDriver: { setCreateVarsContext: (ctx: any) => void } }