backup
This commit is contained in:
@@ -61,7 +61,14 @@ describe("JailsTab", () => {
|
||||
reloadAll: vi.fn(),
|
||||
});
|
||||
|
||||
mockUseConfigActiveStatus.mockReturnValue({ activeJails: new Set<string>() });
|
||||
mockUseConfigActiveStatus.mockReturnValue({
|
||||
activeJails: new Set<string>(),
|
||||
activeFilters: new Set<string>(),
|
||||
activeActions: new Set<string>(),
|
||||
loading: false,
|
||||
error: null,
|
||||
refresh: vi.fn(),
|
||||
});
|
||||
|
||||
render(
|
||||
<FluentProvider theme={webLightTheme}>
|
||||
|
||||
Reference in New Issue
Block a user