FuelLabs / sway-libs

Miscellaneous Sway libraries.
https://docs.fuel.network/docs/sway-libs/
Apache License 2.0
146 stars 61 forks source link

Add tests in TypeScript #214

Open sarahschwartz opened 7 months ago

sarahschwartz commented 7 months ago

Motivation

It would be very helpful for app developers to be able to see tests for each library done in with the TypeScript SDK in addition to the existing tests in Rust. I recently tried to build with the bytecode library, and was difficult trying to figure out the correct input types for some of the functions. Having tests in TypeScript could significantly improve the time it takes developers to make a dapp with one of these libraries.