Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeforeAndAfterContext

deprecated

use Mocha.Context instead.

Hierarchy

Indexable

[index: string]: any

Index

Properties

Methods

Properties

Optional currentTest

currentTest: ITest
deprecated

.currentTest has type Mocha.Test in Mocha.Context.

Methods

skip

  • skip(): this
  • deprecated

    .skip() returns never in Mocha.Context.

    Returns this

timeout

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

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

    Parameters

    • ms: number | string

    Returns this

Generated using TypeDoc