Skip to content

Commit fec213d

Browse files
OttoAllmendingerllm-git
andcommitted
feat(wasm-utxo): export testutils module
Add testutils namespace export to the main index.ts file to make test utilities available to consumers of the library. Issue: BTC-2980 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent f6259ae commit fec213d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wasm-utxo/js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export * as utxolibCompat from "./utxolibCompat.js";
1414
export * as fixedScriptWallet from "./fixedScriptWallet/index.js";
1515
export * as bip32 from "./bip32.js";
1616
export * as ecpair from "./ecpair.js";
17+
export * as testutils from "./testutils/index.js";
1718

1819
// Only the most commonly used classes and types are exported at the top level for convenience
1920
export { ECPair } from "./ecpair.js";

0 commit comments

Comments
 (0)