7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
|
/*
|
||
|
* Internal dependencies
|
||
|
*/
|
||
|
const { runExternalProductAPITest } = require( '@woocommerce/e2e-core-tests' );
|
||
|
|
||
|
runExternalProductAPITest();
|