dev questionmockingunit testing Dec 09, 2020 What is mocking a dependency? When you're writing tests, you generally don't want to write to the database, email customers, and hit third-party API's. That's why we need to know how to mock dependencies!... Read more Share