Stop Using Meaningless Test Values!
Did you ever find a test where the mock data was a bunch of meaningless "test" strings and 123 integer values? Yeah, me too โ and it sucks.
Meaningless Test Values ๐ฟ
Consider this JavaScript test.
test('should return children of parent', () => {
...
prplcode.hashnode.dev3 min read