mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
test: add e2e app for nested frame scenarios (#6626)
This commit is contained in:
5
e2e/nested-frame-navigation/app/tab-root/tab-root.ts
Normal file
5
e2e/nested-frame-navigation/app/tab-root/tab-root.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as application from "tns-core-modules/application";
|
||||
|
||||
export function onReset() {
|
||||
application._resetRootView({ moduleName: "app-root" });
|
||||
}
|
||||
Reference in New Issue
Block a user