mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-04 08:13:02 +08:00
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
9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
/**
|
|
* Internal dependencies
|
|
*/
|
|
import { test as setup } from '../../utils';
|
|
import { setupWooCommerce } from '../../utils/helpers/';
|
|
|
|
setup.describe( async () => {
|
|
await setupWooCommerce();
|
|
} );
|