Comunica
    Preparing search index...
    • 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;
            retryImmediately?: boolean;
            waitBeforeRetry?: number;
        }

      Returns typeof jest