diff --git a/frontend/test/testSetup.js b/frontend/test/testSetup.js index 06e84b269..27317425f 100644 --- a/frontend/test/testSetup.js +++ b/frontend/test/testSetup.js @@ -70,6 +70,6 @@ console.warn = (m) => { } // throw errors for vue warnings to force the programmers to take care about warnings -Vue.config.warnHandler = (w) => { +Vue.config.warnHandler = async (w) => { throw new Error(w) }