Skip to content

Commit

Permalink
Added failed test report behavior info (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhwk authored Dec 4, 2023
1 parent 7605759 commit c2d359a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/forge/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ For the memory:

For the stack, **cyan words** are either being read or popped by the current opcode.

> ⚠️ **Note**
>
> In most test frameworks, the first test assertion to fail is the one reported.
> In foundry, the last test assertion to fail (that comes from DSTest or cheatcodes) is the one to be reported.
### Navigating

### General
Expand Down

0 comments on commit c2d359a

Please sign in to comment.