mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Added new Page in one test
Updated package.json widget version
This commit is contained in:
@ -103,7 +103,8 @@ export function test_loadWithOptionsWithXML() {
|
||||
var v = builder.load({
|
||||
path: "~/xml-declaration/mymodulewithxml",
|
||||
name: "MyControl",
|
||||
exports: exports
|
||||
exports: exports,
|
||||
page: new Page()
|
||||
});
|
||||
TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";");
|
||||
};
|
||||
|
@ -36,7 +36,7 @@
|
||||
},
|
||||
"typings": "tns-core-modules.d.ts",
|
||||
"dependencies": {
|
||||
"tns-core-modules-widgets": "1.6.0"
|
||||
"tns-core-modules-widgets": "1.6.1"
|
||||
},
|
||||
"nativescript": {
|
||||
"platforms": {
|
||||
|
Reference in New Issue
Block a user