unit test fixes
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Has been cancelled

This commit is contained in:
2025-12-28 14:42:11 -08:00
parent 0a9cdb8709
commit 8592633c22
9 changed files with 400 additions and 815 deletions

View File

@@ -19,6 +19,7 @@ vi.mock('./logger.client', () => ({
debug: vi.fn(),
info: vi.fn(),
error: vi.fn(),
warn: vi.fn(),
},
}));