segmentio / analytics.js-integration-tester

Helper to quickly test an analytics.js integration.
MIT License
8 stars 11 forks source link

add 3rd argument support to spy and stub #30

Open lancejpollard opened 10 years ago

lancejpollard commented 10 years ago
analytics.stub(obj, method, fn);

That works in stub, because it takes dynamic arguments, but not in the wrapping around it here.