From 12d0ffcbd84f9a4fd1ec3ff38c932bd1a15cd9b4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 28 Jun 2021 18:31:04 +0200 Subject: [PATCH] test(e2e): remove trailing element --- e2e/index.ts | 2 +- e2e/transitions/index.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/e2e/index.ts b/e2e/index.ts index 1291aee4..7393cc11 100644 --- a/e2e/index.ts +++ b/e2e/index.ts @@ -14,7 +14,7 @@ examples.sort() declare global { interface Window { app: App - // @ts-expect-error: wat? + // @ts-ignore: wat??? vm: ComponentPublicInstance r: Router } diff --git a/e2e/transitions/index.ts b/e2e/transitions/index.ts index efc44481..06c50029 100644 --- a/e2e/transitions/index.ts +++ b/e2e/transitions/index.ts @@ -139,7 +139,6 @@ const app = createApp({ - `, }) app.use(router) -- 2.47.2