MCPcopy Create free account
hub / github.com/dyoshikawa/rulesync / fetch.test.ts

File fetch.test.ts

src/cli/commands/fetch.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
2
3import { fetchFiles, formatFetchSummary } from "../../lib/fetch.js";
4import { GitHubClientError } from "../../lib/github-client.js";

Callers

nothing calls this directly

Calls 2

createMockLoggerFunction · 0.85
fetchCommandFunction · 0.85

Tested by

no test coverage detected