Fix typescript type check issues

This commit is contained in:
2025-10-11 20:23:10 +02:00
parent 769385d8c7
commit 4ec019f2b7
2 changed files with 4 additions and 5 deletions

View File

@@ -20,8 +20,6 @@ const render = (ui: React.ReactElement) => {
};
describe('AppearanceSettings', () => {
const mockOnThemeChange = vi.fn();
beforeEach(async () => {
vi.clearAllMocks();
const { useTheme } = await import('../../../contexts/ThemeContext');