Memory leak tests back to schedule.

This commit is contained in:
Nedyalko Nikolov
2015-10-14 11:08:09 +03:00
parent 0435e4773f
commit 332b77f435
8 changed files with 57 additions and 64 deletions

View File

@@ -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 {