mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-23 15:49:08 -06:00
9 lines
287 B
JavaScript
9 lines
287 B
JavaScript
require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://localhost' })
|
|
|
|
// https://github.com/vuejs/vue-test-utils/issues/936
|
|
window.Date = Date
|
|
// https://github.com/vuejs/vue-next/pull/2943
|
|
global.ShadowRoot = window.ShadowRoot
|
|
|
|
global.SVGElement = window.SVGElement
|