Marco Verdecchia

Results 1 comments of Marco Verdecchia

@aduponchel I tried to reproduce the same scenario in this project: https://github.com/verdecchia/jest-extended-symbols-532 *expect(fn).toHaveBeenCalledWith(Symbol('foo'));* and *expect(fn).toHaveBeenCalledOnceWith(Symbol('foo'));* both fail but with different error messages.