We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597b236 commit 4549bdeCopy full SHA for 4549bde
packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -2,3 +2,5 @@ require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://local
2
3
// https://github.com/vuejs/vue-test-utils/issues/936
4
window.Date = Date
5
+// https://github.com/vuejs/vue-next/pull/2943
6
+global.ShadowRoot = window.ShadowRoot
0 commit comments