Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExclusiveSuiteFunction

Callable

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

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string
    • fn: () => void
        • (): void
        • Returns void

    Returns Suite

  • [qunit] Describe a "suite" with the given title. Indicates this suite should be executed exclusively.

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string

    Returns Suite