woocommerce-paypal-payments/tests/qa-legacy-ui/utils/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

7 lines
183 B
TypeScript

export * from './test';
export * from './helpers';
export * from './paypal-api';
export * from './urls';
export * from './utils';
export * from './admin';
export * from './frontend';