haskell-handbook
haskell-handbook copied to clipboard
[New topic] Mocking IO in unit tests
trafficstars
This seems to be the leading library at the moment, and nicely written: https://github.com/cdsmith/HMock .
Here is one piece of our code where do it properly I think: https://github.com/wasp-lang/wasp/pull/1288/files . We don't use any library though, but it was simple example.