Tips for writing better test names: start with a verb, use subject-less third person, omit implied verbs, describe the intention not the implementation, and keep it short. Long test names may indicate that the test is doing too much and should be split into smaller tests.

3m read timeFrom epicweb.dev
Post cover image

Sort: