-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
t.end not honored #264
Comments
There'd be no way in JS to not permit subsequent tests in a containing function from a function called within it - but I agree that it should error out on adding new tests after |
I think disallowing subsequent requests is reasonable. |
Looking into this now, I could only find two detrimental effects for assertions that follow
|
==>
this is unexpected. i would expect t.end not not permit subsequent tests, or otherwise error on them.
The text was updated successfully, but these errors were encountered: