mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Memory leak tests back to schedule.
This commit is contained in:
@@ -81,10 +81,10 @@ export var testNativeBackgroundColorFromLocal = function () {
|
||||
helper.buildUIAndRunTest(_createButtonFunc(), _testNativeBackgroundColorFromLocal);
|
||||
}
|
||||
|
||||
export var testMemoryLeak = function () {
|
||||
export var testMemoryLeak = function (done) {
|
||||
helper.buildUIWithWeakRefAndInteract(_createButtonFunc, function (button) {
|
||||
buttonTestsNative.performNativeClick(button);
|
||||
});
|
||||
}, done);
|
||||
}
|
||||
|
||||
var _createButtonFunc = function (): buttonModule.Button {
|
||||
|
||||
Reference in New Issue
Block a user