79621656

Date: 2025-05-14 14:13:19
Score: 0.5
Natty:
Report link

I was getting the error PrettyFormatPluginError: Invalid Chai property: $$typeof, and in my case it was due to a "naked" assertion:

expect(fn).toHaveBeenCalledTimes(1);
expect(fn) // <-- missing something afterwards
...

It's an old project, they may have changed the error message to a more meaningful one

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nicolello.dev