We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc3057 commit 2050acbCopy full SHA for 2050acb
1 file changed
frontend/__tests__/Account/login/oauth2/oauth2.test.tsx
@@ -19,7 +19,6 @@ vi.mock("next/navigation", async (importOriginal) => {
19
20
vi.mock(
21
"@services/auth.service",
22
-
23
async (
24
importOriginal: () => Promise<typeof import("@services/auth.service")>,
25
) => {
0 commit comments