We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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