UNPKG

@shopify/react-form-state

Version:
5 lines (4 loc) 118 B
export function lastCallArgs(spy: jest.Mock) { const calls = spy.mock.calls; return calls[calls.length - 1][0]; }