| 1 | import { describe, expect, it, vi } from 'vitest' |
| 2 | |
| 3 | import { RemovePluginMetadataPlugin, extractMetadata } from '../src/core/plugins/plugin-metadata.ts' |
| 4 | import { checkForCircularDependencies } from '../src/core/app.ts' |
nothing calls this directly
no test coverage detected