test(memory): fix TS types after vitest/ts updates

This commit is contained in:
vignesh07
2026-02-20 20:17:45 -08:00
committed by Vignesh
parent d583399c92
commit 1ded4c672a
2 changed files with 8 additions and 8 deletions

View File

@@ -1303,7 +1303,7 @@ describe("QmdMemoryManager", () => {
};
inner.db = {
prepare: () => ({
all: () => {
get: () => {
throw new Error("SQLITE_BUSY: database is locked");
},
}),