TxnLab / use-wallet

A framework agnostic wallet integration library for Algorand dApps
https://txnlab.gitbook.io/use-wallet
MIT License
81 stars 32 forks source link

test(lute): update mocking for lute-connect compatibility #273

Closed drichar closed 2 weeks ago

drichar commented 2 weeks ago

Description

This PR updates the LuteWallet tests to work with the latest version of lute-connect, which now includes browser extension support. The changes improve test coverage and refactor the mocking strategy to isolate tests from the global window object.

Details