MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / retry-logic.test.ts

File retry-logic.test.ts

test/retry-logic.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { withRetry, isTransientError, statusOf } from '../src/utils/retry.js';
3
4/**

Callers

nothing calls this directly

Calls 4

statusOfFunction · 0.85
isTransientErrorFunction · 0.85
withRetryFunction · 0.85
abortMethod · 0.80

Tested by

no test coverage detected