Back

Just published a video on why you should avoid mocking in your test suite. 🧪 youtu.be/EvxNyKJRDr0

1 • •

156

•
  • No matching results...
  • Searching...

/ 1000

I totally agree with it. I prefer mocking only the things those are not in my control e.g. external api calls. I don't know why people prefer unit testing where they mock everything. That really makes refactoring difficult. That's why I love feature testing :)

• •

83

•