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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);