mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00: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:
parent
830cb0d195
commit
af54342894
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue