interface Describe {
    each: Each;
    only: Describe;
    skip: Describe;
    (name: string | number | Function | FunctionLike, fn: EmptyFunction): void;
}

Properties

Properties

each: Each
only: Describe

Only runs the tests inside this describe for the current file

skip: Describe

Skips running the tests inside this describe for the current file