Skip to content

Commit 4c3cb74

Browse files
committed
Moved tests out of pages
1 parent a32237c commit 4c3cb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/__tests__/index.test.tsx renamed to __tests__/pages/home.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { screen } from '@testing-library/react';
44

55
import { Locale } from 'i18n';
66
import { renderWithRoute } from 'tests/wrappers';
7-
import Home, { Post, SOCIAL_MEDIAS } from '../index';
7+
import Home, { Post, SOCIAL_MEDIAS } from 'pages/index';
88

99
import * as gtag from 'lib/gtag';
1010

0 commit comments

Comments
 (0)