mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-24 08:08:54 -06:00
12 lines
383 B
JavaScript
12 lines
383 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
|
|
|
|
// https://github.com/vuejs/test-utils/issues/1253
|
|
global.XMLSerializer = window.XMLSerializer
|