mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix failig test due to wrong check
This commit is contained in:
@@ -179,7 +179,7 @@ export function test_parse_ShouldResolveExportsFromCodeFileForTemplates() {
|
|||||||
});
|
});
|
||||||
p.bindingContext = obj;
|
p.bindingContext = obj;
|
||||||
|
|
||||||
TKUnit.waitUntilReady(() => ctrl !== null);
|
TKUnit.waitUntilReady(() => ctrl);
|
||||||
TKUnit.assert((<any>ctrl).customCodeLoaded, "Parse should resolve exports for templates from custom code file.");
|
TKUnit.assert((<any>ctrl).customCodeLoaded, "Parse should resolve exports for templates from custom code file.");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user