mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed bug in GridLayout
Added tests for GridLayout
This commit is contained in:
@@ -50,7 +50,8 @@ export function test_loadWithOptionsNoXML() {
|
||||
var v = builder.load({
|
||||
path: "~/xml-declaration/mymodule",
|
||||
name: "MyControl",
|
||||
exports: exports
|
||||
exports: exports,
|
||||
page: new Page()
|
||||
});
|
||||
|
||||
TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";");
|
||||
|
||||
Reference in New Issue
Block a user