mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 20:00:16 +08:00
Fix ui-tests-app paths. Not tested. Depends on the tests app
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "app/mainPage";
|
||||
application.mainModule = "mainPage";
|
||||
|
||||
application.onUncaughtError = function (error: application.NativeScriptError) {
|
||||
console.warn(error.message);
|
||||
|
@ -10,7 +10,7 @@ trace.enable();
|
||||
trace.setCategories(trace.categories.Test);
|
||||
|
||||
export function createPage() {
|
||||
var basePath = "app/pages/";
|
||||
var basePath = "../tests/pages/";
|
||||
var txtInput = new text.TextView();
|
||||
|
||||
var btn = new button.Button();
|
||||
|
Reference in New Issue
Block a user