We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940e436 commit ce97e62Copy full SHA for ce97e62
packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -6,3 +6,6 @@ window.Date = Date
6
global.ShadowRoot = window.ShadowRoot
7
8
global.SVGElement = window.SVGElement
9
+
10
+// https://github.com/vuejs/test-utils/issues/1253
11
+global.XMLSerializer = window.XMLSerializer
0 commit comments