From 2c4406ee8186f8677809a79b2b8a5f193e0e6795 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 16 Feb 2022 11:23:26 +0100 Subject: [PATCH] add link to repo with portal vue warning --- frontend/test/testSetup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/test/testSetup.js b/frontend/test/testSetup.js index 3a4efd4c6..2e26db998 100644 --- a/frontend/test/testSetup.js +++ b/frontend/test/testSetup.js @@ -54,6 +54,7 @@ global.localVue.directive('focus', focus) global.localVue.mixin(toasters) // Filter the warnings for portal vue +// https://github.com/BeniRupp/bug_portal-vue-target-already-exists const consoleWarn = global.console.warn // eslint-disable-next-line no-console delete console.warn