DEV Community

Discussion on: What are your tips and tricks for beginners writing tests?

Collapse
 
michi profile image
Michael Z

Don't overthink "what to test". It will come naturally once you get the hang of it.

Start from the outside in with integration testing, at least when using a framework like Laravel or Adonis.js, they make this super easy.