• Schedules the test function to be run in a way that will catch and report errors. Tests will not start until runTests is called.

    Parameters

    • testFunc: (() => void)

      the test function to run, which takes no arguments and returns nothing

        • (): void
        • Returns void

    Returns void

Generated using TypeDoc