Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuiteFunction

Hierarchy

  • SuiteFunction

Callable

  • __call(title: string, fn: function): Suite
  • __call(title: string): Suite
  • [bdd, tdd] Describe a "suite" with the given title and callback fn containing nested suites.

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string
    • fn: function
        • Parameters

          Returns void

    Returns Suite

  • [qunit] Describe a "suite" with the given title.

    • Only available when invoked via the mocha CLI.

    Parameters

    • title: string

    Returns Suite

Index

Properties

Properties

only

[bdd, tdd, qunit] Indicates this suite should be executed exclusively.

  • Only available when invoked via the mocha CLI.

skip

[bdd, tdd] Indicates this suite should not be executed.

  • Only available when invoked via the mocha CLI.

Generated using TypeDoc