Skip to content

Commit

Permalink
Update apps/docs/src/guide/testing/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
  • Loading branch information
nedsalk and arboleya authored May 15, 2024
1 parent a9571f3 commit 3ed6e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/guide/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To test your Sway applications using the TS-SDK, you can pick whatever testing l

### Launching a Test Node

To simplify testing in isolation, the SDK provides `launchTestNode`, a utility via which you can spin up a short-lived `fuel-core` node, setup a custom provider and wallets, and deploy contracts in one go.
To simplify testing in isolation, the SDK provides `launchTestNode`, a utility that allows you to spin up a short-lived `fuel-core` node, set up a custom provider and wallets, and deploy contracts in one go.
Here is a simple contract deployment in a test:

<<< @/../../docs-snippets/src/guide/testing/launching-a-test-node.test.ts#deploy-contract{ts:line-numbers}
Expand Down

0 comments on commit 3ed6e1d

Please sign in to comment.