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 76a0418 commit e79cc13Copy full SHA for e79cc13
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