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
Suggestion: It would greatly enhance the developer experience and debuggability if descriptive messages could be added to all assertions within the library code. I our project that depends on noir-trie-proofs we have a lot of failure tests and we would like to check that specific assertion was thrown using:
#[test(should_fail_with = "<the reason for failure>")]
The text was updated successfully, but these errors were encountered:
Suggestion: It would greatly enhance the developer experience and debuggability if descriptive messages could be added to all assertions within the library code. I our project that depends on
noir-trie-proofs
we have a lot of failure tests and we would like to check that specific assertion was thrown using:#[test(should_fail_with = "<the reason for failure>")]
The text was updated successfully, but these errors were encountered: