You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- e2e/settings.spec.ts: remove unused createLandscapePng/uploadTestImage imports
- App.test.tsx: replace `as any` with `as unknown as <T>` for matchMedia and FileReader mocks
- PhotoGrid.test.tsx: remove unused beforeEach import; replace `as any` with `as unknown as <T>` for anchor/ClipboardItem/fetch mocks
- heicUtils.test.ts: replace `as any` with `as unknown as HTMLCanvasElement` in createElement mocks
- useDarkMode.test.ts: replace `as any` with `as unknown as typeof window.matchMedia`
- imageUtils.test.ts: remove unused WatermarkPosition import; drop unused _quality param; fix no-this-alias by using arrow function in property setter; remove unused result variables
Agent-Logs-Url: https://github.com/esmcelroy/squarify/sessions/10d4fd08-d586-4419-a6d9-aeb5da278869
Co-authored-by: esmcelroy <3530006+esmcelroy@users.noreply.github.com>
0 commit comments