Commit Graph

6 Commits

Author SHA1 Message Date
Binwei Fang 7838c0de31 fix(mocha): workaround the SVGElement issue in Vue (#6400)
related to https://github.com/vuejs/vue-next/pull/2929
2021-04-06 14:43:23 +08:00
Haoqun Jiang 4549bde150 fix(mocha): workaround the ShadowRoot issue in Vue 3.0.5 (#6186) 2021-01-06 11:45:14 +08:00
Haoqun Jiang bca6edc7aa fix: apply a workaround for the prettier / jsdom-global bug
Since this issue is not going to get a proper fix any time soon,
this workaround is better than pinning prettier version in
`@vue/component-compiler-utils`
2019-01-29 11:59:07 +08:00
Michael Khabarov 8d81e51aa8 fix: set url option for jsdom-global (#3131)
This fixes `SecurityError: localStorage is not available for opaque origins` in mocha tests caused by jsdom (jsdom/jsdom#2304).
2018-12-28 16:11:20 +08:00
Edd Yerburgh 528c46507a feat: set pretendToBeVisual option for jsdom-global (#2573) 2018-10-15 23:07:16 +08:00
Evan You e773479272 WIP: TS compat with other plugins 2018-01-11 00:37:21 -05:00