Options
All
  • Public
  • Public/Protected
  • All
Menu

@nullify/testing

Index

References

default

Renames and exports Suite

Type aliases

AssertNamespace

AssertNamespace: typeof Assertions & typeof Assert

SuiteModule

SuiteModule: Promise<ExportedSuiteEnd> | ExportedSuiteEnd | SuiteEnd

Variables

Const assert

assert: AssertNamespace = ...

Functions

collect

delay

  • delay(ms: number): Promise<void>
  • Create a promise that resolves in ms milliseconds.

    Parameters

    • ms: number

      The timeout in milliseconds.

    Returns Promise<void>

exit

  • exit(code?: number): void
  • Terminate a script (in Node.js or browser).

    Parameters

    • Optional code: number

      The exit code. Defaults to 0.

    Returns void

suite

Generated using TypeDoc