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
Using version 1.0.1, I'm getting that error thrown here.
What's weird is that the code works fine in isolation, but when dropped into my company's monolith, I get that error when running tests. Given that, my guess is that it's related to our using babel-jest, which does some pre-processing on our code.
It looks like #129 addressed this, but there might still be something up with it.