runspired / ember-run-raf

Use requestAnimationFrame with Backburner
MIT License
26 stars 15 forks source link

Add some test coverage #8

Open mike-north opened 8 years ago

mike-north commented 8 years ago

Particularly if we believe this is something that's a drop-in perf improvement for a broad range of apps, we need some test coverage here

runspired commented 8 years ago

@mike-north I'm all for tests, but I likely won't focus on adding test coverage beyond the basic "it wires up correctly" tests that are here already because of the focus on igniter instead. I will be deprecating this and switching the addons that consume it to use igniter once that lands.

https://github.com/runspired/igniter

mike-north commented 8 years ago

Maybe I'm missing something.

"it wires up correctly" tests that are here already

Where are these tests?