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