| 1 | import { describe, it, expect, vi } from 'vitest'; |
| 2 | import { analyzerRegistry, AnalyzerRegistry } from '../src/core/analyzer-registry'; |
| 3 | import { AngularAnalyzer } from '../src/analyzers/angular/index'; |
| 4 | import { NextJsAnalyzer } from '../src/analyzers/nextjs/index'; |
nothing calls this directly
no test coverage detected