You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that both SyntaxError and TypeError are subclasses of the Error class, and according to our docs and the code we have in our codebase, this test should (and does) pass. But should it?
I have a test that passes, even though I expect it to fail:
I know that both
SyntaxError
andTypeError
are subclasses of theError
class, and according to our docs and the code we have in our codebase, this test should (and does) pass. But should it?I found a way to get the granularity I need:
Is this the right/expected way to get what I need?
The text was updated successfully, but these errors were encountered: