-
Confirmed comprehensive mocks in
backend/tests/jest.setup.js:createWallet()→{ publicKey: 'GPUBKEY', secretKey: 'SSECRET' }getBalance()→1000(async)getTransactions()→[](async)fundTestnetAccount()→{}(async)sendPayment()→'TXHASH123'(async)
-
Verified usage in wallet.test.js, orders.test.js (mockResolvedValue etc.)
-
Tests reliable, offline, no Stellar testnet dependency
Result: Tests stable regardless of network/Stellar status. (closes #31)