mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #1991 from NativeScript/hhristov/fix-failing-test
Fix failig test due to wrong check
This commit is contained in:
@ -179,7 +179,7 @@ export function test_parse_ShouldResolveExportsFromCodeFileForTemplates() {
|
||||
});
|
||||
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.");
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user