Back to Fuels Ts

Testing

apps/docs/src/guide/testing/index.md

0.103.0633 B
Original Source
<script setup> import { data } from '../../versions.data' const { forc } = data const url = `https://docs.fuel.network/docs/forc/commands/forc_test/` </script>

Testing

This guide will teach you how to test Sway applications using the Typescript SDK.

While we use Vitest internally, we don't enforce any specific testing library or framework, so you can pick whichever you feel comfortable with.

Not using Typescript?

See also:

  1. Using forc test
  2. Using the Rust SDK