MCPcopy Create free account
hub / github.com/chhoumann/quickadd / MacroChoiceEngine.openFilePath.audit-macro.test.ts

File MacroChoiceEngine.openFilePath.audit-macro.test.ts

src/engine/MacroChoiceEngine.openFilePath.audit-macro.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi, beforeEach, afterEach, afterAll } from "vitest";
2
3const { formatFileNameMock, openFileMock } = vi.hoisted(() => ({
4 formatFileNameMock: vi.fn(async (path: string) => path),

Callers

nothing calls this directly

Calls 4

fnMethod · 0.80
makeFileFunction · 0.70
createEngineFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected