mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
fix(jsdom): use jsdom Blob instead of Node, if jsdom is enabled (#2086)
This commit is contained in:
parent
0cae8ac0ae
commit
eabe66e8e2
@ -6,6 +6,8 @@ const allowRewrite = [
|
||||
'MessageEvent',
|
||||
// implemented in Node 18
|
||||
'ArrayBuffer',
|
||||
// implemented in Node 18
|
||||
'Blob',
|
||||
]
|
||||
|
||||
const skipKeys = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user