7 lines
224 B
JavaScript
7 lines
224 B
JavaScript
require('jsdom-global')(undefined, { pretendToBeVisual: true, url: 'http://localhost' })
|
|
|
|
window.Date = Date
|
|
global.expect = require('chai').expect
|
|
|
|
// See https://github.com/vuejs/vue-cli/issues/2128#issuecomment-453109575
|