chore(migrate): apps/* to webpack5 (#9606)

This commit is contained in:
Igor Randjelovic
2021-12-21 18:47:33 +01:00
committed by GitHub
parent 04c0f8783d
commit a88cacab89
62 changed files with 643 additions and 404 deletions

View File

@@ -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();