Files
multica/packages
jayavibhavnk 6b1ae10f50 fix(test): add missing useFileDropZone and FileDropOverlay to editor mock
create-issue.tsx imports useFileDropZone and FileDropOverlay from
../editor, but the vi.mock("../editor") in create-issue.test.tsx did
not include them. Vitest aborts with "No useFileDropZone export is
defined on the mock" before the test even runs.

Added both missing exports to the mock — FileDropOverlay renders null
and useFileDropZone returns a stable stub — matching the pattern used
in issue-detail.test.tsx.
2026-04-12 22:44:40 +08:00
..