mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Fix tsc errors
This commit is contained in:
@ -109,7 +109,7 @@ var _testOnClick = function (views: Array<viewModule.View>) {
|
||||
// << button-tap
|
||||
|
||||
buttonTestsNative.performNativeClick(button);
|
||||
TKUnit.assert(actualValue === true, "Actual: " + actualValue + "; Expected: " + true);
|
||||
TKUnit.assertTrue(actualValue, "Actual: " + actualValue + "; Expected: " + true);
|
||||
}
|
||||
|
||||
var _testBindTextDirectlyToModel = function (views: Array<viewModule.View>) {
|
||||
|
Reference in New Issue
Block a user