Skip to content

Commit

Permalink
fix: export Window interface in jsdom environment (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzzeb committed Mar 13, 2022
1 parent 086a77c commit 1a2dfd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/integrations/env/jsdom-keys.ts
Expand Up @@ -221,6 +221,7 @@ const OTHER_KEYS = [
'stop',
/* 'toString', */
'top',
'Window',
'window',
]

Expand Down

0 comments on commit 1a2dfd8

Please sign in to comment.