Is there a way to do something like this: ``` javascript expect(mySpy).toHaveBeenCalledWith('foo', 'bar', anythingOfType(Function)); ``` Seems like we would have to modify the `isEqual` test helper.