Function skip

  • Define a test case but exclude it from test runs

    Parameters

    • description: string

      The test case's description

    • implementation: () => unknown

      Implementation of the test case

    Returns void