Hacker News new | ask | show | jobs
by arielby 4024 days ago
That's why you mock the IO - to make the IO call return an error.
1 comments

You don't need to mock it. In your tests just manually call the code that is going to be executed if the I/O call returns an error. This goes for both OOP and FP.