mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the ui-tests-app
This commit is contained in:
@@ -10,7 +10,7 @@ trace.enable();
|
||||
trace.setCategories(trace.categories.Test);
|
||||
|
||||
export function createPage() {
|
||||
var basePath = "../tests/pages/";
|
||||
var basePath = "pages/";
|
||||
var txtInput = new text.TextView();
|
||||
|
||||
var btn = new button.Button();
|
||||
|
||||
Reference in New Issue
Block a user