Add config for localeDirectionTestingOverride
This commit is contained in:
parent
a472b18d6e
commit
5acacfeb16
4 changed files with 27 additions and 37 deletions
|
@ -27,6 +27,7 @@ describe('locale', async () => {
|
|||
const actualLocale = await load({
|
||||
preferredSystemLocales,
|
||||
localeOverride: null,
|
||||
localeDirectionTestingOverride: null,
|
||||
hourCyclePreference: HourCyclePreference.UnknownPreference,
|
||||
logger,
|
||||
});
|
||||
|
|
|
@ -200,6 +200,7 @@ describe('createTemplate', () => {
|
|||
const { i18n } = loadLocale({
|
||||
preferredSystemLocales: ['en'],
|
||||
localeOverride: null,
|
||||
localeDirectionTestingOverride: null,
|
||||
hourCyclePreference: HourCyclePreference.UnknownPreference,
|
||||
logger: {
|
||||
fatal: stub().throwsArg(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue