You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(throttleTime): emit single value with trailing enabled (#4564)
* test(throttleTime): test single value with trailing enabled
Test if throttleTime emits when only a single value is emitted from the
source with leading enabled/disabled and trailing enabled.
* fix(throttleTime): fix single value with leading disabled, trailing enabled
Emit single value with leading disabled, trailing enabled.
Closes#2859 and #4491.
* chore: improve test descriptions
And remove an asDiagram call made with the same argument.
Signed-off-by: Matthias Kunnen <matthias.kunnen@gmail.com>
0 commit comments