fp-ts-playground
fp-ts-playground copied to clipboard
Fixed asynchronous fail, completed async success
Saw the help request in Readme :)
I also changed asynchronous_throwable_side_effect.ts not to call any URL: an unit test is supposed to:
- not have any external dependency (i.e. a database, a webserver,...)
- not have side effects
- run as fast as possible
calling an URL violates 1 and 3, possibly 2 too
Cheers Marcello