| 1 | import TaskNotesPlugin from "../../../src/main"; |
| 2 | import { createI18nService } from "../../../src/i18n"; |
| 3 | import type { TaskInfo } from "../../../src/types"; |
| 4 | import { App, Menu, TFile } from "../../helpers/obsidian-runtime"; |
nothing calls this directly
no test coverage detected