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 2d3116e commit d12cd5eCopy full SHA for d12cd5e
packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -5,4 +5,9 @@ window.Date = Date
5
// https://github.com/vuejs/vue-next/pull/2943
6
global.ShadowRoot = window.ShadowRoot
7
8
+// https://github.com/vuejs/vue-next/issues/3590
9
global.SVGElement = window.SVGElement
10
+
11
+// https://github.com/vuejs/vue-cli/issues/6427
12
+// https://github.com/mbullington/node_preamble.dart/issues/26
13
+process.versions.electron = ''
0 commit comments