| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { pickChecker, pickCheckers } from '../src/tools/diagnostics/checkers.js'; |
| 3 | |
| 4 | const ids = (files: string[]) => pickCheckers(new Set(files)).map(c => c.id); |
nothing calls this directly
no test coverage detected