Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion docs/docs/developers/contracts/testing_contracts/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ We are currently working on a Foundry-like tool for writing unit tests in Noir.

For now, it is easier to write e2e tests using [Aztec.js](../../aztecjs/main.md).

To make testing easier, the sandbox is shipped with cheat codes to easily test in different states. Read about them and find a list [here](../../sandbox/references/cheat_codes.md).
To make testing easier, the sandbox is shipped with cheat codes to easily test in different states. Read about them and find a list [here](../../sandbox/references/cheat_codes.md).

## Examples

You can find example tests in the [aztec-starter](https://github.com/AztecProtocol/aztec-starter/tree/main) repo as well as the [Aztec Boxes](https://github.com/AztecProtocol/aztec-packages/tree/master/boxes).
8 changes: 7 additions & 1 deletion docs/docs/developers/sandbox/references/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ title: CLI Commands
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Here you will find a reference to the commands available in the Aztec CLI.
Here you will find an incomplete reference to the commands available in the Aztec CLI.

:::info

For a full up-to-date list, run `aztec-cli -h`.

:::

## Installation

Expand Down