feat: add frontend test hook and update test cases for ProxyHostForm and SystemStatus components

This commit is contained in:
Wikid82
2025-11-21 23:38:51 -05:00
parent 7859337319
commit 902603d5ad
4 changed files with 63 additions and 65 deletions

View File

@@ -9,6 +9,7 @@ vi.mock('../../api/system', () => ({
getNotifications: vi.fn(),
markNotificationRead: vi.fn(),
markAllNotificationsRead: vi.fn(),
checkUpdates: vi.fn(),
}))
const createWrapper = () => {