Skip to content

Commit

Permalink
fix(jsdom): use jsdom Blob instead of Node, if jsdom is enabled (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickChen928 committed Oct 1, 2022
1 parent 0cae8ac commit eabe66e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/integrations/env/utils.ts
Expand Up @@ -6,6 +6,8 @@ const allowRewrite = [
'MessageEvent',
// implemented in Node 18
'ArrayBuffer',
// implemented in Node 18
'Blob',
]

const skipKeys = [
Expand Down

0 comments on commit eabe66e

Please sign in to comment.