feat(FN-1266): add dashboard API integration tests for budget endpoints

This commit is contained in:
gsxdsm
2026-04-10 01:05:21 -07:00
parent bb5a78f422
commit 818562bd95
10 changed files with 1520 additions and 14 deletions

View File

@@ -51,7 +51,7 @@ describe("TaskStore task documents", () => {
expect(tableNames.has("task_documents")).toBe(true);
expect(tableNames.has("task_document_revisions")).toBe(true);
expect(db.getSchemaVersion()).toBe(26);
expect(db.getSchemaVersion()).toBe(27);
const index = db
.prepare(