woocommerce/tests/e2e/specs/rest-api/external-product.js

7 lines
142 B
JavaScript
Raw Normal View History

2021-02-23 08:17:45 +00:00
/*
* Internal dependencies
*/
const { runExternalProductAPITest } = require( '@woocommerce/e2e-core-tests' );
runExternalProductAPITest();