mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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({
|
var v = builder.load({
|
||||||
path: "~/xml-declaration/mymodulewithxml",
|
path: "~/xml-declaration/mymodulewithxml",
|
||||||
name: "MyControl",
|
name: "MyControl",
|
||||||
exports: exports
|
exports: exports,
|
||||||
|
page: new Page()
|
||||||
});
|
});
|
||||||
TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";");
|
TKUnit.assert(v instanceof view.View, "Expected result: View; Actual result: " + v + ";");
|
||||||
};
|
};
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"typings": "tns-core-modules.d.ts",
|
"typings": "tns-core-modules.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tns-core-modules-widgets": "1.6.0"
|
"tns-core-modules-widgets": "1.6.1"
|
||||||
},
|
},
|
||||||
"nativescript": {
|
"nativescript": {
|
||||||
"platforms": {
|
"platforms": {
|
||||||
|
Reference in New Issue
Block a user