Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRunnable

deprecated

use Mocha.Runnable instead.

Hierarchy

Index

Properties

Methods

Properties

async

async: boolean

Optional duration

duration: undefined | number

fn

fn: Function | undefined
deprecated

.fn has type Func | AsyncFunc in Mocha.Runnable.

sync

sync: boolean

timedOut

timedOut: boolean

title

title: string

Methods

timeout

  • timeout(n: number | string): this
  • deprecated

    .timeout() has additional overloads in Mocha.Runnable.

    Parameters

    • n: number | string

    Returns this

Generated using TypeDoc