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 use assert.throws to detect errors initiated by an @error statement.
Is there a way to check if a certain action triggered a warning (initiated by a @warn statement)?
The text was updated successfully, but these errors were encountered:
I use
assert.throws
to detect errors initiated by an@error
statement.Is there a way to check if a certain action triggered a warning (initiated by a
@warn
statement)?The text was updated successfully, but these errors were encountered: