diff --git a/test/setup-global.js b/test/setup-global.js index 4fd787e..adb22e7 100644 --- a/test/setup-global.js +++ b/test/setup-global.js @@ -14,3 +14,7 @@ window.crypto = { } } } + +// get "ReferenceError: SVGElement is not defined" otherwise +// https://github.com/vuejs/vue-next/issues/3590 +global.SVGElement = window.SVGElement