Type alias TestLogOptions<N>

TestLogOptions<N>: {
    log?: Partial<Omit<StandardLogOptions<N>, "reporters">>;
}

Type Parameters

Type declaration

Generated using TypeDoc