Icon LinkTesting

In order to test your Sway and TS-SDK applications, you can test your code in a number of ways:

  1. Testing with TS-SDK: Compiling you Sway code and connecting to the methods using TS-SDK and JS testing frameworks
  2. Using forc test see the Sway docs for more info
  3. Using the Rust SDK

Icon LinkTesting with TS-SDK

To test your Sway applications using the TS-SDK, you can pick whatever testing library or framework you feel comfortable with. There isn't any specific testing framework needed, it is entirely up to the user. That being said, the TS-SDK uses Jest Icon Link for its tests.

Icon LinkWallet Test Utilities

You'll often want to create one or more test wallets when testing your contracts.

For this, you can find two simple utilities on the wallet package:

See also:

  1. Setting up test wallets
  2. Testing with Jest

Was this page helpful?