woocommerce-paypal-payments/tests/qa/utils/frontend/index.ts

15 lines
462 B
TypeScript
Raw Normal View History

export * from './cart';
export * from './checkout';
export * from './classic-cart';
export * from './classic-checkout';
export * from './classic-pay-for-order';
export * from './customer-account';
export * from './customer-payment-methods';
export * from './customer-subscriptions';
export * from './order-received';
export * from './pay-for-order';
export * from './paypal-popup';
export * from './paypal-ui';
export * from './product';
export * from './shop';