We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pages
1 parent a32237c commit 4c3cb74Copy full SHA for 4c3cb74
pages/__tests__/index.test.tsx renamed to __tests__/pages/home.test.tsx
@@ -4,7 +4,7 @@ import { screen } from '@testing-library/react';
4
5
import { Locale } from 'i18n';
6
import { renderWithRoute } from 'tests/wrappers';
7
-import Home, { Post, SOCIAL_MEDIAS } from '../index';
+import Home, { Post, SOCIAL_MEDIAS } from 'pages/index';
8
9
import * as gtag from 'lib/gtag';
10
0 commit comments