Skip to content

Instantly share code, notes, and snippets.

@devotdev
Created December 5, 2024 14:42
Show Gist options
  • Save devotdev/ea72b2e8b0522e2c5d7df2e884d10b7f to your computer and use it in GitHub Desktop.
Save devotdev/ea72b2e8b0522e2c5d7df2e884d10b7f to your computer and use it in GitHub Desktop.
Bad example of meaningful test names
test('handles update', async () => { ... });
// OR
it('handles update', async () => { ... });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment