Skip to content

Commit

Permalink
chore(docs): Random updates (#5281)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.

---------

Co-authored-by: Maddiaa <47148561+Maddiaa0@users.noreply.github.com>
  • Loading branch information
critesjosh and Maddiaa0 committed Apr 8, 2024
1 parent 29f337d commit b8c9273
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
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

0 comments on commit b8c9273

Please sign in to comment.