Function afterAll

  • Perform the given action at the end of the test suite (after running all tests)

    Parameters

    • action: () => unknown

      The action to perform

    Returns void