Skip to content

Commit 73b16b1

Browse files
committed
event emitter for react-native wallet creation
1 parent 5ea55d7 commit 73b16b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/lib/wallet.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from './wallet';
77

88
describe('Wallet handler', () => {
9-
it('expect to dispatchEvent to webview', async () => {
9+
it('expect to dispatchEvent when wallet is ready for react-native usage', async () => {
1010
jest.spyOn(walletEventEmitter, 'on');
1111

1212
await initializeWallet();

0 commit comments

Comments
 (0)