mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Output to a log file. Simulate adjusting the androidmanifest
This commit is contained in:
@@ -7,9 +7,15 @@ trace.enable();
|
||||
trace.addCategories(trace.categories.Test + "," + trace.categories.Error);
|
||||
|
||||
export function createPage() {
|
||||
tests.runAll();
|
||||
// tests.runAll();
|
||||
|
||||
var page = new Page();
|
||||
page.content = new GridLayout();
|
||||
page.on("navigatedTo", function() {
|
||||
setTimeout(function() {
|
||||
tests.runAll();
|
||||
}, 3000);
|
||||
});
|
||||
// page.content = new GridLayout();
|
||||
return page;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user