Skip to content

Commit

Permalink
feat: use native foundry assertions (#503)
Browse files Browse the repository at this point in the history
* Update Vm.sol

* Drop DSTest and use native cheats

* fix ci

* Add abiencoder pragma to StdAssertions

* Add DSTest items

* fail and failed
  • Loading branch information
klkvr authored Feb 15, 2024
1 parent 3725a22 commit 21577a0
Show file tree
Hide file tree
Showing 13 changed files with 1,796 additions and 1,126 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ contract Bar {

### Std Assertions

Expand upon the assertion functions from the `DSTest` library.
Contains various assertions.

### `console.log`

Expand Down
1 change: 0 additions & 1 deletion lib/ds-test
Submodule ds-test deleted from e28215
Loading

0 comments on commit 21577a0

Please sign in to comment.