Open steveluscher opened 11 years ago
This would be useful:
eventSpy = spyOnEvent('drag', $element); … eventSpy.wasCalled; eventSpy.callCount; eventSpy.mostRecentCall.args; eventSpy.argsForCall[i];
…just like regular Jasmine spies.
Yeah this could be cool...
This would be useful:
…just like regular Jasmine spies.