cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Fix regression with when/callbacks #406

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Most likely introduced in 3.6.1. Unit tests were only testing cases where the target function called its callback synchronously. Added unit tests to cover the async (usual!) case.