Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title your test so that you know what they're for at first glance #255

Open
MG10327 opened this issue Sep 6, 2024 · 0 comments
Open

Title your test so that you know what they're for at first glance #255

MG10327 opened this issue Sep 6, 2024 · 0 comments

Comments

@MG10327
Copy link
Owner

MG10327 commented Sep 6, 2024

Name your test like so so that you can see what the test is for without doing too much digging

test(`returns an array with the given argument if it's not an array and not falsy`, () => {
	expect(()).toEqual()
})
@MG10327 MG10327 converted this from a draft issue Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant