mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 00:29:06 -06:00
7 lines
248 B
JavaScript
7 lines
248 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
|