| 1 | import { expect, test, vi } from "vitest"; |
| 2 | import { newProject } from "./newProject.js"; |
| 3 | import { loadProjectInMemory } from "./loadProjectInMemory.js"; |
| 4 | import { PluginImportError } from "../plugin/errors.js"; |
nothing calls this directly
no test coverage detected