Skip to content

Commit 79204b5

Browse files
committed
hotfix: 경로 문제로 인한 테스트 실패 해결
1 parent 4f4278a commit 79204b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__test__/main.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { screen, waitFor } from '@testing-library/react';
2-
import { renderWithQueryClient } from '@/utils';
2+
import { renderWithQueryClient } from '@/utils/componentUtil';
33
import { Content } from '@/app/(auth-required)/main/Content';
4-
import { Header } from '@/components';
4+
import { Header } from '@/app/(auth-required)/components/header';
55

66
jest.mock('next/navigation', () => ({
77
useSearchParams: () => ({

0 commit comments

Comments
 (0)