Skip to content

Commit 74303e2

Browse files
committed
HomPage에서 LoginPage 링크를 렌더하는지 테스트합니다
1 parent 75aa472 commit 74303e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HomePage.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { render } from '@testing-library/react';
55
import HomePage from './HomePage';
66

77
describe('HomePage', () => {
8-
const links = ['About', 'Restaurants'];
8+
const links = ['About', 'Login', 'Restaurants'];
99

1010
const renderHomePage = () => render(
1111
<MemoryRouter>

0 commit comments

Comments
 (0)