Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PendingSuiteFunction

Callable

  • PendingSuiteFunction(title: string, fn: () => void): void | Suite
  • [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: () => void
        • (): void
        • Returns void

    Returns void | Suite

    Suite