diff --git a/frontend/src/pages/__tests__/DVR.test.jsx b/frontend/src/pages/__tests__/DVR.test.jsx index 2f5e5021..ae56d219 100644 --- a/frontend/src/pages/__tests__/DVR.test.jsx +++ b/frontend/src/pages/__tests__/DVR.test.jsx @@ -34,7 +34,9 @@ vi.mock('../../api'); // Mock Mantine components vi.mock('@mantine/core', () => ({ ActionIcon: ({ children, onClick }) => ( - + ), Box: ({ children }) =>