Agoric / wallet-app

Site for wallet.agoric.app
https://wallet.agoric.app/
2 stars 7 forks source link

Unit test WalletBackendAdapter #96

Open samsiegart opened 1 year ago

samsiegart commented 1 year ago

What is the Problem Being Solved?

WalletBackendAdapter.ts should have unit tests to make sure the wallet data is read from chain correctly

This may be difficult because of its dependence on casting and inability to test with ses enabled. Other tests in the UI currently mock all ses-dependent imports