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
If any assert fails because of incorrect args the output doesn't explain actual/expected args. or else
If an assert is done in a loop, there are no args for a message value such as chai's expect. This makes it hard to determine which element in the loop caused the failure.
Can we use the message feature of chai .. If yes can you help with an example ?
The text was updated successfully, but these errors were encountered:
aishwarya603
changed the title
feature discussion [using the chai expect message with assetions]
feature discussion [using the chai expect message with assertions]
Jul 23, 2018
If any assert fails because of incorrect args the output doesn't explain actual/expected args. or else
If an assert is done in a loop, there are no args for a message value such as chai's expect. This makes it hard to determine which element in the loop caused the failure.
Can we use the message feature of chai .. If yes can you help with an example ?
The text was updated successfully, but these errors were encountered: