chore: remove repetitive word

Signed-off-by: goodmost <zhaohaiyang@outlook.com>
This commit is contained in:
goodmost 2024-03-20 11:17:39 +08:00
parent 85aeab3ca8
commit b427827935
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ describe('browserLanguage', () => {
});
describe('Different sources for user locale', () => {
test('language, languages and and Intl locale are `undefined`',() => {
test('language, languages and Intl locale are `undefined`',() => {
MockLocales.setNavigatorLanguages(undefined);
MockLocales.setNavigatorLanguage(undefined);
MockLocales.setDateTimeLocale(undefined);