Debugging and Code Failures #48
Closed
BryanAM
started this conversation in
Ideas/Feature Requests
Replies: 3 comments
-
Good point! We should add line numbers so that it's easier to tell. Fortunately it's only the type utilities question when there are many assertions within a test. Most other questions don't have so many assertions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it's better if we can separate out the console.logs based on the test cases. What do you guys think? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We've revamped the coding workspace and now you can see the exact line that failed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When a test fails, either the console or UI should indicate which test in particular failed.
For example when Deep Equals fails at primitive, the console doesn't indicate which test failed making it hard to debug.
Either separate the tests or improve the logging .
Full Test
logged example of an error in primitive
Beta Was this translation helpful? Give feedback.
All reactions