solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
143 stars 273 forks source link

Trivial fixes #586

Closed yanCode closed 1 week ago

yanCode commented 1 month ago

Problem

In this page: https://solana.com/developers/courses/program-optimization/program-architecture I mainly made 2 small changes:

  1. Remove cd from test - cd tests/sizes.ts. because here it's meant to indicate the location of the test file, not a cd command to execute.
  2. Add hyper link to https://mochajs.org/#exclusive-tests on how to add .only to the describe call, which can be helpful for anyone who hasn't used this feature before.