에디터 정리 및 버그 수정
CI / test (push) Failing after 13m50s
CI / pr_and_merge (push) Has been cancelled

This commit is contained in:
2025-12-01 13:34:16 +09:00
parent 5f541e9524
commit 6ad731b6e2
76 changed files with 1348 additions and 29 deletions
+3
View File
@@ -95,6 +95,9 @@ vi.mock("next/navigation", () => {
useRouter: () => ({
push: vi.fn(),
}),
useSearchParams: () => ({
get: () => null,
}),
};
});