| 1 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import type { CliData, CliFlags } from "obsidian"; |
| 3 | import { TFile } from "obsidian"; |
| 4 | import type { IChoiceExecutor } from "../IChoiceExecutor"; |
nothing calls this directly
no test coverage detected