MCPcopy
hub / github.com/coder/mux / configureTestRetries

Function configureTestRetries

tests/ipc/sendMessageTestHelpers.ts:248–252  ·  view source on GitHub ↗
(count: number = 2)

Source from the content-addressed store, hash-verified

246 * Call at module level (before describe blocks).
247 */
248export function configureTestRetries(count: number = 2): void {
249 if (process.env.CI && typeof jest !== "undefined" && jest.retryTimes) {
250 jest.retryTimes(count, { logErrorsBeforeRetry: true });
251 }
252}

Calls

no outgoing calls

Tested by

no test coverage detected