feat(ios): new a11y properties for managing font scale (#10260)

This commit is contained in:
Dimitris-Rafail Katsampas
2023-04-06 02:20:15 +03:00
committed by GitHub
parent 2f9e5c0b84
commit 7aaa1d899d
11 changed files with 196 additions and 34 deletions

View File

@@ -54,6 +54,9 @@ if (!__CI__) {
allTests['PROFILING'] = profilingTests;
}
import * as a11yPropertiesTests from './accessibility/accessibility-properties-tests';
allTests['A11Y-PROPERTIES'] = a11yPropertiesTests;
import * as appSettingsTests from './application-settings/application-settings-tests';
allTests['APPLICATION-SETTINGS'] = appSettingsTests;