Add config for localeDirectionTestingOverride

This commit is contained in:
Jamie Kyle 2023-12-12 11:41:14 -08:00 committed by GitHub
parent a472b18d6e
commit 5acacfeb16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 37 deletions

View file

@ -27,6 +27,7 @@ describe('locale', async () => {
const actualLocale = await load({
preferredSystemLocales,
localeOverride: null,
localeDirectionTestingOverride: null,
hourCyclePreference: HourCyclePreference.UnknownPreference,
logger,
});