Skip to content

Commit 528c465

Browse files
eddyerburghhaoqunjiang
authored andcommitted
feat: set pretendToBeVisual option for jsdom-global (vuejs#2573)
1 parent 30d46ff commit 528c465

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-unit-mocha

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require('jsdom-global')()
1+
require('jsdom-global')(undefined, { pretendToBeVisual: true })

0 commit comments

Comments
 (0)