-
-
Save devotdev/ea72b2e8b0522e2c5d7df2e884d10b7f to your computer and use it in GitHub Desktop.
Bad example of meaningful test names
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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