woocommerce-paypal-payments/tests/qa-legacy-ui/utils/frontend/index.ts
Misha Utkin 9f1445265d
Migrate tests for legacy UI
- Tests migration
- Tests correction
- Folder structure and file naming fixes
2025-04-30 06:48:12 +02:00

14 lines
462 B
TypeScript

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';