Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes committed Nov 9, 2023
1 parent d8dae6b commit f0fdb3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/shared/utils/__tests__/getLocale.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('getLocale', () => {

it('returns default locale when user language preferences are not available', () => {
// Simulate browser environment without user language preferences

mockNavigatorLanguage(undefined);
mockNavigatorLanguages(undefined);

Expand Down

0 comments on commit f0fdb3e

Please sign in to comment.