Function suite

  • Register a suite.

    Parameters

    • name: string

      The name of the suite.

    • fn: (() => void)

      The function that registers tests to that suite.

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc