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