| 1 | import { describe, expect, it, vi } from "vitest"; |
| 2 | |
| 3 | // Mock the heavy leaves of the executor's import graph (mirrors the mock sets |
| 4 | // of MacroChoiceEngine.entry.test.ts and choiceSuggester.test.ts). |
nothing calls this directly
no test coverage detected