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