UNPKG

383 BJavaScriptView Raw
1require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://localhost' })
2
3// https://github.com/vuejs/vue-test-utils/issues/936
4window.Date = Date
5// https://github.com/vuejs/vue-next/pull/2943
6global.ShadowRoot = window.ShadowRoot
7
8global.SVGElement = window.SVGElement
9
10// https://github.com/vuejs/test-utils/issues/1253
11global.XMLSerializer = window.XMLSerializer