| 1 | import { describe, expect, it, vi, beforeEach } from "vitest"; |
| 2 | import type { App } from "obsidian"; |
| 3 | import { MacroChoice } from "../../src/types/choices/MacroChoice"; |
| 4 | import { MultiChoice } from "../../src/types/choices/MultiChoice"; |
nothing calls this directly
no test coverage detected