Skip to content

Commit

Permalink
Add Vitest to web client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ssantos21 authored and DhananjayPurohit committed Aug 22, 2024
1 parent 6391675 commit 255d7de
Show file tree
Hide file tree
Showing 12 changed files with 1,720 additions and 638 deletions.
3 changes: 2 additions & 1 deletion clients/libs/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const listStatecoins = async (clientConfig, walletName) => {
amount: coin.amount,
status: coin.status,
adress: coin.address,
locktime: coin.locktime
locktime: coin.locktime,
duplicate_index: coin.duplicate_index
}));

return coins;
Expand Down
1 change: 1 addition & 0 deletions clients/tests/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dist-ssr
*.sw?

data_bitcoin_regtest
test/__screenshots__
Loading

0 comments on commit 255d7de

Please sign in to comment.