Skip to content

Commit

Permalink
Update packages/venia-ui/lib/components/CheckoutPage/PaymentInformati…
Browse files Browse the repository at this point in the history
…on/__tests__/paymentInformation.spec.js

Co-authored-by: Stephen <sirugh@users.noreply.github.com>
  • Loading branch information
Lars Roettig and sirugh authored Jun 9, 2021
1 parent 6192fc3 commit d8733ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jest.mock(
jest.mock('../summary', () => props => <mock-Summary {...props} />);
jest.mock('../editModal', () => props => <mock-EditModal {...props} />);
jest.mock('../paymentMethods', () => props => (
<mock-PaymentMethodsd {...props} />
<mock-PaymentMethods {...props} />
));

const defaultTalonResponse = {
Expand Down

0 comments on commit d8733ef

Please sign in to comment.