One of the most satisfying experiences when writing automated tests: 1
One of the most satisfying experiences when writing automated tests:
1. I write a test that I expect to pass
2. It fails, so I assume the test is wrong 🤔
3. Then I realize: There’s a bug in my code. The new test caught it! 🎉