DEV Community

Discussion on: Unit Tests and Snapshots are Fake News

Collapse
 
idanarye profile image
Idan Arye

Unit tests are great for library code, where each unit is designed to be easily used by the outside world. For actual application code I prefer to rely more on integration tests.