forc-test 0.71.0

A library for building and running Sway unit tests within Forc packages.
Documentation
1
2
3
4
5
6
7
8
[project]
authors = ["Fuel Labs <contact@fuel.sh>"]
entry = "lib.sw"
license = "Apache-2.0"
name = "test_library"

[dependencies]
std = { path = "../../../sway-lib-std/" }