Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Testing Clarity Contracts

## Prerequisites

Before starting this tutorial, you should have:

- ✅ Basic understanding of TypeScript/JavaScript
- ✅ Clarinet installed and configured
- ✅ Completed the [Working with Clarity](./working-with-clarity.md) tutorial
- ✅ A Stacks project set up with Clarinet

If you haven't set up Clarinet yet, see the [Clarinet guides](../../../build/clarinet/) in the Build section.

## Overview

Now we need to modify our tests to make sure we handled this new message functionality.

There are two sections of the docs to check to understand how to write Clarity unit tests.
Expand Down