Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PendingTestFunction

Hierarchy

  • PendingTestFunction

Callable

  • [bdd, tdd, qunit] Describe a specification or test-case with the given callback fn acting as a thunk. The name of the function is used as the name of the test. Indicates this test should not be executed.

    • Only available when invoked via the mocha CLI.

    Parameters

    Returns Test

  • [bdd, tdd, qunit] Describe a specification or test-case with the given callback fn acting as a thunk. The name of the function is used as the name of the test. Indicates this test should not be executed.

    • Only available when invoked via the mocha CLI.

    Parameters

    Returns Test

  • [bdd, tdd, qunit] Describe a specification or test-case with the given title and callback fn acting as a thunk. Indicates this test should not be executed.

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string
    • Optional fn: Func

    Returns Test

  • [bdd, tdd, qunit] Describe a specification or test-case with the given title and callback fn acting as a thunk. Indicates this test should not be executed.

    • Only available when invoked via the mocha CLI.

    Parameters

    Returns Test

Generated using TypeDoc