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