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
@BinaryMuse
Wow, that's really quite unfortunate. Thanks for the repro case, it helped a ton.
It looks like it's choking on object/keys down in lang/isNative, which is used by a bunch of the other functions (not just object/clone). I'm not sure why. Adding <rootDir>/node_modules/fluxxor to unmockedModulePathPatterns fixes the issue in the demo project, as does adding jest.dontMock("fluxxor") to the test. Not sure if that will affect your other tests or not, but might be a starting point.
I'm not really familiar with the Jest internals and don't really understand why this is an issue, but I'll continue to look into it. Let me know if the workaround above works for you, and I'll continue to look into a more permanent fix.
The text was updated successfully, but these errors were encountered:
See the comments at 8eea48c
followed by
and
The text was updated successfully, but these errors were encountered: