Skip to content

Commit

Permalink
chore: add docs for test extension
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Jul 12, 2024
1 parent 04dd9d5 commit 050836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/guide/creating-a-fuel-dapp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Whenever you want to add a new feature to your dApp and quickly prototype things

- If you want to deploy your dApp to the testnet, check out our [Deploying a dApp to Testnet](./deploying-a-dapp-to-testnet.md) guide.

- If you want to further validate the functionality of your dApp and program types, check out the `test` directory in your `create fuels` project. Couple this with our [testing guide](https://docs.fuel.network/docs/fuels-ts/testing/) to get a better understanding of how to test your dApp.
- If you want to further validate the functionality of your dApp and program types, check out the `test` directory in your `create fuels` project. Couple this with our [testing guide](https://docs.fuel.network/docs/fuels-ts/testing/) to get a better understanding of how to test your dApp. This would be a good opportunity to add a test for your newly implemented `decrement_counter` function.

- If you have any questions or need help, feel free to reach out to us on the [Official Fuel Forum](https://forum.fuel.network/).

Expand Down

0 comments on commit 050836c

Please sign in to comment.