origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Fixes async task from node error #216

Closed cdoublev closed 5 years ago

cdoublev commented 5 years ago

Fixes #215

Added a test by following the given principle from the doc:

tests should fail before applying your change, and pass after applying your change.