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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Truffle shows events shot by a contract when its test fail. That is really a cool feature that may be interesting even when tests successfully pass.
I personally use Events to understand better how my contract behaves while testing them. For instance:
I'm currently adding a assert.equal(1,2) at the end to have access to those events, but might be an interesting feature to have.