interface ResultOpts {
    details?: boolean;
    result: Result;
    test: Base<TapBaseEvents>;
}

Properties

Properties

details?: boolean
result: Result