mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
test fix
This commit is contained in:
parent
7eb099c7f2
commit
d04ba736bf
|
|
@ -409,7 +409,7 @@ describe('loadI18n', () => {
|
|||
loadI18nTest({
|
||||
i18nConfig: {
|
||||
path: 'i18n',
|
||||
defaultLocale: 'fr',
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'fr', 'de'],
|
||||
localeConfigs: {},
|
||||
},
|
||||
|
|
@ -442,8 +442,8 @@ describe('loadI18n', () => {
|
|||
const result = await loadI18nTest({
|
||||
i18nConfig: {
|
||||
path: 'i18n',
|
||||
defaultLocale: 'fr',
|
||||
locales: ['en', 'x1'],
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'fr', 'x1'],
|
||||
localeConfigs: {
|
||||
x1: {htmlLang: 'en-US'},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue