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

File github-client.test.ts

src/lib/github-client.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 { createMockLogger } from "../test-utils/mock-logger.js";
4import { GitHubClient, GitHubClientError, logGitHubAuthHints } from "./github-client.js";

Callers

nothing calls this directly

Calls 8

createMockLoggerFunction · 0.85
logGitHubAuthHintsFunction · 0.85
resolveTokenMethod · 0.80
getDefaultBranchMethod · 0.45
listDirectoryMethod · 0.45
getFileContentMethod · 0.45
validateRepositoryMethod · 0.45
getFileInfoMethod · 0.45

Tested by

no test coverage detected