Closed
Description
Due to the test reports of successful runs using the filenames, I've DRYed up my test names, e.g.,
✔ updateUser › should reject malformed requests (109ms)
However, when an assertion fails, it gives only the test name, making it a bit harder to quickly see where the failure happened:
1. should reject malformed requests
What do you think about printing this instead:
1. updateUser › should reject malformed requests