Remove repetitive word in test name (#471)

Signed-off-by: goodmost <zhaohaiyang@outlook.com>
Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
This commit is contained in:
goodmost
2024-03-26 00:59:17 +08:00
committed by GitHub
parent 830cb0d195
commit af54342894

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);