There's a bunch of stuff (AJAX, JQuery DOM Events, JQuery animations) that was just copy-pasted from Bacon.UI without any testing. Some tests should be added.
AJAX can be tested using Mockjax.
Event helpers can be tested using JQuery.trigger.
Animations can be tested using JQuery. It might be enough to test, for instance, that fadeOutE works in the sense that it hides the element and produces an event through the stream.
There's a bunch of stuff (AJAX, JQuery DOM Events, JQuery animations) that was just copy-pasted from Bacon.UI without any testing. Some tests should be added.
AJAX can be tested using Mockjax.
Event helpers can be tested using
JQuery.trigger
.Animations can be tested using JQuery. It might be enough to test, for instance, that
fadeOutE
works in the sense that it hides the element and produces an event through the stream.