Function beforeAll

  • Perform the given action at the beginning of the test suite (before running any tests)

    Parameters

    • action: () => unknown

      The action to perform

    Returns void