We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89af6c5 commit 968c42eCopy full SHA for 968c42e
packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -4,3 +4,5 @@ require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://local
4
window.Date = Date
5
// https://github.com/vuejs/vue-next/pull/2943
6
global.ShadowRoot = window.ShadowRoot
7
+
8
+global.SVGElement = window.SVGElement
0 commit comments