You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alternative way is to use NodeJS:s Blob object, but that has downsides such as decreased performance (as it is not possible to access its internal buffer).
Describe the bug
I am trying to test file upload functionality but getting this error
test
gives me this error
TypeError: The "obj" argument must be an instance of Blob. Received an instance of File Vitest
Additional context
I am using Vitest with happy-dom
The text was updated successfully, but these errors were encountered: