/** * Unit tests for src/db/cached-data.ts * * Strategy: mock better-sqlite3's Database interface with plain objects * whose `.prepare()` returns a statement stub. No actual SQLite DB is * opened, so these tests run instantly and in parallel without file I/O. */ export {}; //# sourceMappingURL=cached-data.test.d.ts.map