MCPcopy
hub / github.com/rohitg00/agentmemory / fetch-timeout.test.ts

File fetch-timeout.test.ts

test/fetch-timeout.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, afterEach, beforeEach } from "vitest";
2import { fetchWithTimeout } from "../src/providers/_fetch.js";
3import { MinimaxProvider } from "../src/providers/minimax.js";
4import { OpenRouterProvider } from "../src/providers/openrouter.js";

Callers

nothing calls this directly

Calls 4

fetchWithTimeoutFunction · 0.85
mockOpenAIResponseFunction · 0.85
compressMethod · 0.65
embedBatchMethod · 0.65

Tested by

no test coverage detected