/** * Tests for the DB Antipatterns Scanner. * * Covers: * - Positive fixtures: each antipattern IS flagged * - Negative fixtures: low-FP guard (paginated, module-scope pool, projected * select, small-fixed-loop, test/migration files) * - Drizzle schema cross-reference: unindexed column flagged, indexed/PK NOT flagged * - runAllScannersExtended integration: scanner appears in result */ export {}; //# sourceMappingURL=db-antipatterns.test.d.ts.map