Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60f2f35b25 |
@@ -61,7 +61,14 @@ describe("JailsTab", () => {
|
|||||||
reloadAll: vi.fn(),
|
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(
|
render(
|
||||||
<FluentProvider theme={webLightTheme}>
|
<FluentProvider theme={webLightTheme}>
|
||||||
|
|||||||
Reference in New Issue
Block a user