Tomas Casas
Results
2
issues of
Tomas Casas
When Redis is down an error happens and `cleanup` signal is trying to update things in Redis, which throws. As a result, the unhandled exception is caught by handler that...
I found myself testing a `component` with nested components which I decided to mock. The `component` also returns a "lot" of html. That is why I decided to test the...