angulartics / angulartics-mixpanel

Mixpanel plugin for Angulartics
MIT License
34 stars 27 forks source link

Jasmine unit test support #20

Open ranjeethpt opened 8 years ago

ranjeethpt commented 8 years ago

I had to customise the angulartics-mixpanel, so I need to test if method on mixpanel like mixpanel.identify or mixpanel.alias etc are getting called or not. What is the best way to do this? Happy to write similar test cases to other angulartics library.