/** * Tests for certification staleness / drift evaluation. * * Exercises the scheduled entrypoint `runDriftCheck` (which shares its logic * with the `certification_check_drift` MCP tool): age-expiry, expiring-soon, * code-change drift, and the clean "no cert" / "not completed" results. * * These tests seed a project with NO package.json so `runDependencyAudit` * returns success with zero findings — advisory drift is therefore * deterministic and network-free (baseline keys become "fixed", none "new"). */ export {}; //# sourceMappingURL=drift-mode.test.d.ts.map