Skip to content

Commit

Permalink
Add tests link to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 20, 2024
1 parent 45ba99d commit 06b5c7a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/build/getting-started/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Inside the `cadence/contracts` directory, you'll find a `Counter.cdc` file. This

Next, `cd` into your new project directory.

:::info

For additional details on how `flow.json` is configured, review the [configuration docs].

:::

### Running the Tests

To run the example test for the `Counter` contract located in `cadence/tests`, you can run:
Expand All @@ -58,9 +64,9 @@ To run the example test for the `Counter` contract located in `cadence/tests`, y
flow test
```

:::info
:::tip

For additional details on how `flow.json` is configured, review the [configuration docs].
For a more detailed guide on running Cadence tests, check out the [tests documentation](../../tools/flow-cli/tests.md).

:::

Expand Down

0 comments on commit 06b5c7a

Please sign in to comment.