Merge pull request #29269 from woocommerce/update/core-tests-group-api

Update core tests group api
This commit is contained in:
Greg 2021-03-09 11:09:53 -07:00 committed by GitHub
commit f2552d3e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ const runMerchantTests = () => {
const runApiTests = () => {
runExternalProductAPITest();
runGroupedProductAPITest();
runVariableProductAPITest();
runCouponApiTest();
}