Skip to content

Commit 21577a0

Browse files
authored
feat: use native foundry assertions (#503)
* Update Vm.sol * Drop DSTest and use native cheats * fix ci * Add abiencoder pragma to StdAssertions * Add DSTest items * fail and failed
1 parent 3725a22 commit 21577a0

File tree

13 files changed

+1796
-1126
lines changed

13 files changed

+1796
-1126
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ contract Bar {
217217

218218
### Std Assertions
219219

220-
Expand upon the assertion functions from the `DSTest` library.
220+
Contains various assertions.
221221

222222
### `console.log`
223223

lib/ds-test

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)