Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

TypeError: cryptoObj.getRandomValues is not a function; unrelated error when using jest

I have a project where I've used powerbi-client in some part of my application. When I try to test some other components (which doesn't use powerbi-client) using testing-library/react and run npm tes...