woocommerce-paypal-payments/tests/qa/tests/_setup/woocommerce.setup.ts
Misha Utkin a193e8c96b
Some checks failed
CI / coding-standards-analysis-php (push) Has been cancelled
CI / static-code-analysis-php (push) Has been cancelled
CI / tests-unit-php (7.4) (push) Has been cancelled
CI / tests-unit-php (8.0) (push) Has been cancelled
CI / tests-unit-php (8.1) (push) Has been cancelled
CI / tests-unit-php (8.2) (push) Has been cancelled
CI / tests-unit-php (8.3) (push) Has been cancelled
CI / tests-unit-php (8.4) (push) Has been cancelled
Fix import path
2026-04-09 18:09:38 +02:00

9 lines
198 B
TypeScript

/**
* Internal dependencies
*/
import { test as setup } from '../../utils';
import { setupWooCommerce } from '../../utils/helpers/';
setup.describe( async () => {
await setupWooCommerce();
} );