mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Trying to work around typescript's error
This commit is contained in:
@@ -149,8 +149,8 @@ export function test_loadWithAttributes() {
|
||||
}
|
||||
});
|
||||
|
||||
TKUnit.assertEqual(v.customAttribute.text, lText, "Expected result: true; Actual result: " + v + ";");
|
||||
helper.assertViewBackgroundColor(v, lColor, "Expected result: true; Actual result: " + false + ";");
|
||||
TKUnit.assertEqual(v["customAttribute"]["text"], lText, "Expected result: true; Actual result: " + v + ";");
|
||||
helper.assertViewBackgroundColor(v, lColor);
|
||||
};
|
||||
|
||||
export function test_parse_ShouldNotCrashWithoutExports() {
|
||||
|
||||
Reference in New Issue
Block a user