We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea55d7 commit 73b16b1Copy full SHA for 73b16b1
packages/react-native/lib/wallet.test.ts
@@ -6,7 +6,7 @@ import {
6
} from './wallet';
7
8
describe('Wallet handler', () => {
9
- it('expect to dispatchEvent to webview', async () => {
+ it('expect to dispatchEvent when wallet is ready for react-native usage', async () => {
10
jest.spyOn(walletEventEmitter, 'on');
11
12
await initializeWallet();
0 commit comments