Build fixes

This commit is contained in:
Hein
2025-10-21 14:24:28 +02:00
parent 1e0f8ba2c6
commit c42bc20069
6 changed files with 32 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
import '@testing-library/jest-dom'
import { vi } from 'vitest'
// Mock window.matchMedia for Mantine components
Object.defineProperty(window, 'matchMedia', {