Skip to content

Commit 0d7ed37

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): add rstest dependency for test organization
Issue: BTC-2652 Co-authored-by: llm-git <[email protected]>
1 parent 2bcd1c0 commit 0d7ed37

File tree

2 files changed

+199
-3
lines changed

2 files changed

+199
-3
lines changed

packages/wasm-utxo/Cargo.lock

Lines changed: 198 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wasm-utxo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
hex = "0.4"
2727
wasm-bindgen-test = "0.3"
28+
rstest = "0.26.1"
2829

2930
[profile.release]
3031
# this is required to make webpack happy

0 commit comments

Comments
 (0)