diff --git a/frontend/src/components/forms/__tests__/EPG.test.jsx b/frontend/src/components/forms/__tests__/EPG.test.jsx index 0ad578ef..1e64a563 100644 --- a/frontend/src/components/forms/__tests__/EPG.test.jsx +++ b/frontend/src/components/forms/__tests__/EPG.test.jsx @@ -245,7 +245,14 @@ vi.mock('@mantine/core', async () => ({ Stack: ({ children, gap }) =>
{children}
, Text: ({ children, ...props }) => {children}, TextInput: ({ label, value, onChange, placeholder, ...props }) => ( - + ), }));