8000
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 de175d4 commit 7838c0dCopy full SHA for 7838c0d
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