GitHubnode-tap.org
  • Preparing search index...
  • The search index is not available
Node TAP
  • Node TAP
  • @tapjs/mocha-globals
  • after

Function after

  • after(block): any | void
  • Run a function at the end of the suite.

    Equivalent to t.after() or t.teardown()

    Alias: suiteTeardown()

    Parameters

    • block: HookBlock

    Returns any | void

    • Defined in mocha-globals/src/index.ts:222
  • after(name, block): any | void
  • Parameters

    • name: string
    • block: HookBlock

    Returns any | void

    • Defined in mocha-globals/src/index.ts:223

Settings

Member Visibility
GitHubnode-tap.org
Node TAP
  • Loading...

Generated using TypeDoc