mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): use E2EApp as the class name for e2e apps
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
@App({
|
||||
templateUrl: 'main.html'
|
||||
})
|
||||
class IonicApp {
|
||||
class E2EApp {
|
||||
constructor() {
|
||||
this.fruits = new Control("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user