Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/chapter_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ While testing directly in Clarity offers many benefits, the Clarinet SDK's TypeS

The Clarinet SDK provides robust TypeScript-based testing capabilities that are particularly valuable for:

- **Testing from the outside**: Simulating how external applications would interact with your contracts, including reading events emitted by contracts (which is why Rendezvous offers the dialers feature as a bridge)
- **User interface testing**: Validating how frontend applications interact with contracts
- **Testing from the outside**: Simulating how users or external applications would interact with your contracts, including reading events emitted by contracts (which is why Rendezvous offers the dialers feature as a bridge)
- **Complex orchestration scenarios**: Setting up sophisticated test environments with multiple actors and interactions

### Finding the Right Balance
Expand Down