From 3c741ad0e3e81c6baf54b7961da11f1c47254e47 Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 29 May 2026 18:34:55 +0900 Subject: [PATCH] =?UTF-8?q?devfront=20vitest=20=EC=BB=A4=EB=B2=84=EB=A6=AC?= =?UTF-8?q?=EC=A7=80=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/features/auth/authPages.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/devfront/src/features/auth/authPages.test.tsx b/devfront/src/features/auth/authPages.test.tsx index 2c2cf98f..ddfd9007 100644 --- a/devfront/src/features/auth/authPages.test.tsx +++ b/devfront/src/features/auth/authPages.test.tsx @@ -26,6 +26,7 @@ vi.mock("react-oidc-context", () => ({ vi.mock("../../lib/auth", () => ({ userManager: { + getUser: vi.fn(async () => undefined), signinPopupCallback: vi.fn(async () => undefined), }, }));