diff --git a/packages/fuels/Cargo.toml b/packages/fuels/Cargo.toml index e62bcda8b..22df12e6b 100644 --- a/packages/fuels/Cargo.toml +++ b/packages/fuels/Cargo.toml @@ -26,6 +26,7 @@ fuels-test-helpers = { workspace = true, optional = true } [features] default = ["std", "fuels-test-helpers?/fuels-accounts", "coin-cache"] coin-cache = ["fuels-accounts/coin-cache"] +test-helpers = ["dep:fuels-test-helpers", "fuels-accounts/test-helpers"] # The crates enabled via `dep:` below are not currently wasm compatible, as # such they are only available if `std` is enabled. The `dep:` syntax was