mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
test(all): fix all e2e tests to include an ion-nav
This commit is contained in:
@ -33,7 +33,14 @@ class E2EPage {
|
||||
|
||||
}
|
||||
|
||||
ionicBootstrap(E2EPage);
|
||||
@Component({
|
||||
template: '<ion-nav [root]="rootPage"></ion-nav>'
|
||||
})
|
||||
class E2EApp {
|
||||
rootPage = E2EPage;
|
||||
}
|
||||
|
||||
ionicBootstrap(E2EApp);
|
||||
|
||||
function getAsyncData(): Promise<number[]> {
|
||||
// async return mock data
|
||||
|
Reference in New Issue
Block a user