feat: add HEIC image support for iPhone uploads

This commit is contained in:
2025-12-18 12:01:31 +01:00
parent e339585e3a
commit d386bb9825
10 changed files with 31 additions and 201 deletions

View File

@@ -1,10 +0,0 @@
import '@testing-library/jest-dom';
import { expect, afterEach } from 'vitest';
import { cleanup } from '@testing-library/react';
import * as matchers from '@testing-library/jest-dom/matchers';
expect.extend(matchers);
afterEach(() => {
cleanup();
});