Skip to content

Commit

Permalink
fix: export error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jul 17, 2024
1 parent 202feb6 commit 0a457fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/nodejs/test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ const depositCoin = async (clientConfig, wallet_name, amount, deposit_info) => {
}
}

export default { removeDatabase, getDatabase, sleep, createWallet, getElectrumClient, generateBlock, depositCoin };
module.exports = { removeDatabase, getDatabase, sleep, createWallet, getElectrumClient, generateBlock, depositCoin };

0 comments on commit 0a457fe

Please sign in to comment.