Properties

concurrent: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

each: TestEachFunction & SuiteEachFunction
fn: ((this, ...args) => SuiteCollector<{}>)

Type declaration

only: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

sequential: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

shuffle: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

skip: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

todo: ChainableFunction<"concurrent" | "sequential" | "only" | "skip" | "todo" | "shuffle", [name: string | Function, factory?: SuiteFactory<{}>, options?: number | TestOptions], SuiteCollector<{}>, {
    each: TestEachFunction;
    <T>(name, factory?): SuiteCollector<T>;
}>

Type declaration

Methods

  • Parameters

    • condition: any

    Returns ChainableSuiteAPI<{}>

  • Parameters

    • condition: any

    Returns ChainableSuiteAPI<{}>

Generated using TypeDoc