12 lines
300 B
TypeScript
12 lines
300 B
TypeScript
const {
|
|
testAdminOnboardingWizard,
|
|
testSelectiveBundleWCPay,
|
|
testDifferentStoreCurrenciesWCPay,
|
|
testSubscriptionsInclusion,
|
|
} = require( '@woocommerce/admin-e2e-tests' );
|
|
|
|
testAdminOnboardingWizard();
|
|
testSelectiveBundleWCPay();
|
|
testDifferentStoreCurrenciesWCPay();
|
|
testSubscriptionsInclusion();
|