Skip to content

Commit

Permalink
fix: add hyper link for exclusive-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yanCode committed Oct 25, 2024
1 parent e4a657e commit e85747c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/courses/program-optimization/program-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,8 @@ You can fork and/or clone
to get started. Before building and running the test suite, remember to update
the `lib.rs` and `Anchor.toml` with your local program ID.

You can run the entire test suite or add `.only` to the `describe` call in a
You can run the entire test suite or
[add `.only` to the `describe` call](https://mochajs.org/#exclusive-tests) in a
specific test file to only run that file's tests. Feel free to customize it and
make it your own.

Expand Down

0 comments on commit e85747c

Please sign in to comment.