diff --git a/src/shared/components/TopMenu/TopMenu.spec.tsx b/src/shared/components/TopMenu/TopMenu.spec.tsx index e658331..ca22ed8 100644 --- a/src/shared/components/TopMenu/TopMenu.spec.tsx +++ b/src/shared/components/TopMenu/TopMenu.spec.tsx @@ -11,7 +11,7 @@ describe('TopMenu', () => { />, ); const navbar = screen.getByTestId('navbar-test-id'); - expect(navbar).toBeInTheDocument(); // Use the toBeInTheDocument function + expect(navbar).toBeInTheDocument(); }); it('renders NavbarBrand with correct content', () => { diff --git a/src/utils/i18n/client.js b/src/utils/i18n/client.js index c215f65..ce7c05a 100644 --- a/src/utils/i18n/client.js +++ b/src/utils/i18n/client.js @@ -28,7 +28,6 @@ i18next ) .init({ ...getOptions(), - // lng: 'undefined', // let detect the language on client side detection: { order: ['path', 'cookie', 'navigator', 'htmlTag'], },