ajbrown / angular-loggly-logger

An AngularJS module which sends your $log message to loggly, and provides a service for manually sending messages to loggly.
MIT License
32 stars 49 forks source link

Fix Unit Tests #3

Closed vhalbwachs closed 9 years ago

vhalbwachs commented 9 years ago

Hey,

I fixed the unit tests by mocking the Image() constructor in the tests. I tried to keep the syntax/style similar to yours. Take a look and let me know if you have any questions/recommendations. Thanks!

-Vin-

ajbrown commented 9 years ago

Vin,

You're amazing for this! Let me just verify the test on my end this evening and I'll get this pulled in.