mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
6 lines
210 B
JavaScript
6 lines
210 B
JavaScript
import { render} from '@testing-library/react';
|
|
import {CheckoutHandler} from "../Components/checkout-handler";
|
|
|
|
test('checkout handler', () => {
|
|
render(<CheckoutHandler getCardFieldsForm={() => {}}/>)
|
|
});
|