Skip to content

Commit

Permalink
chore: move testing into its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Jul 6, 2023
1 parent bbbdc29 commit 364575d
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

# Testing

- [Basics of Testing With Foundry](./forge/tests.md)
- [Writing Tests](./forge/writing-tests.md)
- [Cheatcodes](./forge/cheatcodes.md)
- [Forge Standard Library Overview](./forge/forge-std.md)
- [Understanding Traces](./forge/traces.md)
- [Fork Testing](./forge/fork-testing.md)
- [Advanced Testing](./forge/advanced-testing.md)
- [Fuzz Testing](./forge/fuzz-testing.md)
- [Invariant Testing](./forge/invariant-testing.md)
- [Differential Testing](./forge/differential-ffi-testing.md)
- [Basics of Testing With Foundry](./testing/tests.md)
- [Writing Tests](./testing/writing-tests.md)
- [Cheatcodes](./testing/cheatcodes.md)
- [Forge Standard Library Overview](./testing/forge-std.md)
- [Understanding Traces](./testing/traces.md)
- [Fork Testing](./testing/fork-testing.md)
- [Advanced Testing](./testing/advanced-testing.md)
- [Fuzz Testing](./testing/fuzz-testing.md)
- [Invariant Testing](./testing/invariant-testing.md)
- [Differential Testing](./testing/differential-ffi-testing.md)



Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 364575d

Please sign in to comment.