chore: remove repetitive word
Signed-off-by: goodmost <zhaohaiyang@outlook.com>pull/471/head
parent
85aeab3ca8
commit
b427827935
|
@ -136,7 +136,7 @@ describe('browserLanguage', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Different sources for user locale', () => {
|
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.setNavigatorLanguages(undefined);
|
||||||
MockLocales.setNavigatorLanguage(undefined);
|
MockLocales.setNavigatorLanguage(undefined);
|
||||||
MockLocales.setDateTimeLocale(undefined);
|
MockLocales.setDateTimeLocale(undefined);
|
||||||
|
|
Loading…
Reference in New Issue