mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(migrate): apps/* to webpack5 (#9606)
This commit is contained in:
@@ -619,15 +619,15 @@ export var testNativeTextAlignmentFromLocal = function () {
|
||||
});
|
||||
};
|
||||
|
||||
export var testMemoryLeak = function (done) {
|
||||
helper.buildUIWithWeakRefAndInteract(
|
||||
_createTextFieldFunc,
|
||||
function (textField) {
|
||||
typeTextNatively(textField, 'Hello, world!');
|
||||
},
|
||||
done
|
||||
);
|
||||
};
|
||||
// export var testMemoryLeak = function (done) {
|
||||
// helper.buildUIWithWeakRefAndInteract(
|
||||
// _createTextFieldFunc,
|
||||
// function (textField) {
|
||||
// typeTextNatively(textField, 'Hello, world!');
|
||||
// },
|
||||
// done
|
||||
// );
|
||||
// };
|
||||
|
||||
export var test_WhenFormattedTextPropertyChanges_TextIsUpdated_TextBase = function () {
|
||||
var firstSpan = new Span();
|
||||
|
||||
Reference in New Issue
Block a user