Skip to content

Commit

Permalink
fix: don't overwrite Node.js URL global (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 28, 2023
1 parent b524c65 commit cdab465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/integrations/env/utils.ts
Expand Up @@ -5,6 +5,7 @@ const skipKeys = [
'self',
'top',
'parent',
'URL',
]

export function getWindowKeys(global: any, win: any) {
Expand Down

0 comments on commit cdab465

Please sign in to comment.