Skip to content

Commit

Permalink
Trivial fixes (#586)
Browse files Browse the repository at this point in the history
* fix: remove

* fix: add hyper link for exclusive-tests
  • Loading branch information
yanCode authored Nov 23, 2024
1 parent 2d1ddc5 commit d34ec8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/courses/program-optimization/program-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ Each concept has an accompanying program and test file. For example, the

**program -** `programs/architecture/src/concepts/sizes.rs`

**test -** `cd tests/sizes.ts`
**test -** `tests/sizes.ts`

Now that you've read about each of these concepts, feel free to jump into the
code to experiment a little. You can change existing values, try to break the
Expand All @@ -940,7 +940,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 d34ec8c

Please sign in to comment.