Merge pull request #29269 from woocommerce/update/core-tests-group-api
Update core tests group api
This commit is contained in:
commit
f2552d3e1a
|
@ -77,6 +77,7 @@ const runMerchantTests = () => {
|
|||
|
||||
const runApiTests = () => {
|
||||
runExternalProductAPITest();
|
||||
runGroupedProductAPITest();
|
||||
runVariableProductAPITest();
|
||||
runCouponApiTest();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue