MCPcopy
hub / github.com/upstash/context7 / auth-commands.test.ts

File auth-commands.test.ts

packages/cli/src/__tests__/auth-commands.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, test, expect, vi, beforeEach, afterEach } from "vitest";
2import { Command } from "commander";
3
4const mockGetValidAccessToken = vi.fn();

Callers

nothing calls this directly

Calls 2

performLoginFunction · 0.85
runCommandFunction · 0.70

Tested by

no test coverage detected