fix tests

This commit is contained in:
dal 2025-09-26 14:42:31 -06:00
parent 1f45f91412
commit 3dc00c4a8b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ vi.mock('@buster/database/queries', () => ({
updateMessageEntries: vi.fn().mockResolvedValue({ success: true }),
updateReportWithVersion: vi.fn().mockResolvedValue(undefined),
updateMetricsToReports: vi.fn().mockResolvedValue({ created: 0, updated: 0, deleted: 0 }),
waitForPendingReportUpdates: vi.fn().mockResolvedValue(undefined),
}));
vi.mock('@buster/database/schema', () => ({
reportFiles: {},