Group tests in `describe` blocks labeled with the function name
For easier debugging when tests fail, ensure that `it` cases that refer to specific functions in a module are grouped under a `describe` block labeled with the function's name.
Showing
Please register or sign in to comment