Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PendingSuiteFunction

[bdd, tdd] Describe a "suite" with the given title and callback fn containing nested suites. Indicates this suite should not be executed.

  • Only available when invoked via the mocha CLI.

Hierarchy

  • PendingSuiteFunction

Callable

  • __call(title: string, fn: function): Suite | void
  • [bdd, tdd] Describe a "suite" with the given title and callback fn containing nested suites. Indicates this suite should not be executed.

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string
    • fn: function
        • Parameters

          Returns void

    Returns Suite | void

    Suite

Generated using TypeDoc