• Runs failed tests n-times until they pass or until the max number of retries is exhausted. This only works with jest-circus!

    Parameters

    • numRetries: number
    • Optionaloptions: { logErrorsBeforeRetry?: boolean }

    Returns typeof jest