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 installed the sentry package and integrated this package for redux which is working fine not until in started using the package on some component I have tested with jest and I keep getting a very weird error TypeError: Cannot use 'in' operator to search for 'fetch' in true which has to deal with raven.
Now if i remove it from the component the test seems to go, any idea
The text was updated successfully, but these errors were encountered:
Odd. I'm guessing that adding raven-for-redux results in some Raven code which tries to use window.fetch getting called. Do you have JS-DOM enabled in Jest?
I installed the sentry package and integrated this package for redux which is working fine not until in started using the package on some component I have tested with jest and I keep getting a very weird error
TypeError: Cannot use 'in' operator to search for 'fetch' in true
which has to deal with raven.Now if i remove it from the component the test seems to go, any idea
The text was updated successfully, but these errors were encountered: