adopted-ember-addons / ember-cli-flash

Simple, highly configurable flash messages for ember-cli
https://www.npmjs.com/package/ember-cli-flash
MIT License
355 stars 113 forks source link

Remove Sinon #242

Closed sbatson5 closed 7 years ago

sbatson5 commented 7 years ago

Since https://github.com/poteto/ember-cli-flash/issues/237 was resolved, we don't have a strong need for sinon as we don't need the fake timers. The other instances where we use it (stubbing methods), we should have a better solution.

PR incoming.