mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(ios): new a11y properties for managing font scale (#10260)
This commit is contained in:
committed by
GitHub
parent
2f9e5c0b84
commit
7aaa1d899d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user