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