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
I am using blob storage for the first time and after implementing it in the code, while running the tests I am getting this error. ReferenceError: TextDecoder is not defined
Which node version are you using? Older node versions don't expose TextDecoder as a global. Try upgrading node if it's below version 12. Otherwise it might be related to how your testing environment is configured.
I am using blob storage for the first time and after implementing it in the code, while running the tests I am getting this error.
ReferenceError: TextDecoder is not defined
This is my code
Error in jest
The text was updated successfully, but these errors were encountered: