mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(ios): FormattedString and Span a11y font scale (#10281)
This commit is contained in:
committed by
GitHub
parent
b8a548f009
commit
a14becdc6a
@@ -227,6 +227,9 @@ allTests['LISTVIEW'] = listViewTests;
|
||||
import * as activityIndicatorTests from './ui/activity-indicator/activity-indicator-tests';
|
||||
allTests['ACTIVITY-INDICATOR'] = activityIndicatorTests;
|
||||
|
||||
import * as textBaseTests from './ui/text-base/text-base-tests';
|
||||
allTests['TEXT-BASE'] = textBaseTests;
|
||||
|
||||
import * as textFieldTests from './ui/text-field/text-field-tests';
|
||||
allTests['TEXT-FIELD'] = textFieldTests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user