Skip to content

Commit ca5eb62

Browse files
committed
tests(shared): add update method
1 parent 32515cc commit ca5eb62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/shared/src/react/__tests__/payment-element.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ describe('PaymentElement Localization', () => {
143143
error: null,
144144
fetchStatus: 'idle' as const,
145145
confirm: vi.fn(),
146+
update: vi.fn(),
146147
start: vi.fn(),
147148
clear: vi.fn(),
148149
finalize: vi.fn(),

0 commit comments

Comments
 (0)