feat: add frontend test hook and update test cases for ProxyHostForm and SystemStatus components
This commit is contained in:
@@ -9,6 +9,7 @@ vi.mock('../../api/system', () => ({
|
||||
getNotifications: vi.fn(),
|
||||
markNotificationRead: vi.fn(),
|
||||
markAllNotificationsRead: vi.fn(),
|
||||
checkUpdates: vi.fn(),
|
||||
}))
|
||||
|
||||
const createWrapper = () => {
|
||||
|
||||
Reference in New Issue
Block a user