-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fix invalid assert.throws statements #419
Fix invalid assert.throws statements #419
Conversation
…: tests not passing
After fixing the invalid
|
The same happens for some browser tests:
|
I solved those errors. Now all the tests are passing! 🎉 I'm glad I casually found those |
Done! @steveoni |
Closes #416.
assert.throws
statementsTo review: @risenW @steveoni