stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 12 forks source link

Improve unit tests for token functions #403

Closed csgui closed 4 months ago

csgui commented 4 months ago

Consider adding cases to cover happy and unhappy paths for token functions.

https://github.com/stacks-network/clarity-wasm/blob/main/clar2wasm/src/words/tokens.rs

Acaccia commented 4 months ago

We already have them in the tests package, in the tokens.clar contract.