Function start

  • Register a start handler.

    This function will run before the tests start, along with the other registered start handlers.

    The handlers are executed in the order they were registered.

    Parameters

    • fn: Resolvable

      A function to run before the tests.

    Returns void

Generated using TypeDoc