DEV Community

Discussion on: Introduction to TDD: What it is and why it is important

Collapse
 
bugf1nd3r profile image
bugf1nd3r • Edited

thanks for sharing. the actual problem starts how to write those test efficiently since most of time it connects to DB.. so with mocking DB or other function/API response that is when the actual problem starts and developer loose zeal of writing proper test cases

Collapse
 
wolfdominion profile image
Hannah

You're welcome! You are right, the next step is to actually do the hard work- coding and coding it well. I am working on learning Jest testing right now, so hopefully I'll get some more technical how-to posts up in the next month or two.