-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
throw undefined #1395
Comments
I'm working on this issue right now. I agree that throwing Current behaviour is: a test passes if thrown either Checking if the thrown exception is I made changes so that throwing If I make it so that throwing I will send a PR with some changes and new tests. I'm marking as pending the Runnable test that breaks until we decide something. IMO, if you are throwing, it should make the test fail. |
Agreed; if anything is thrown, the test should fail. |
@travisjeffery Looking for your feedback here if you have any. |
See #1410. |
* dasilvacontin-fix/throwUndefined: Fix test fix throwing undefined/null now makes tests fail, fixes #1395
then
in 1.21.5
The text was updated successfully, but these errors were encountered: