aantron / promise

Light and type-safe binding to JS promises
MIT License
340 stars 24 forks source link

Tests: remainsPending appears not to be working #63

Open aantron opened 4 years ago

aantron commented 4 years ago

...it should have been failing here. It was possible to change it to a check that the promise is resolved without changing the underlying code (the commit changed only the allOk* functions, not all*).