Avoid Fakers in Unit Tests
In your unit and integration tests, avoid using tools that automatically generate test input data. Unless you are fuzz testing or your goal is to create property-based tests, these test data generators (a.k.a. fakers) are likely to do more harm than ...
davidadamojr.hashnode.dev1 min read