sapegin / react-spaceman

React component to manage whitespace
https://sapegin.github.io/react-spaceman/
60 stars 8 forks source link

[Tests] Security Error with jsdom > 11.x #9

Closed albinotonnina closed 6 years ago

albinotonnina commented 6 years ago

Got this error when testing: SecurityError: localStorage is not available for opaque origins

Implemented solution: https://github.com/facebook/jest/issues/6766#issuecomment-408381957

sapegin commented 6 years ago

Thanks!