mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 18:41:36 +08:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user