woocommerce/tests/e2e/specs/front-end/shopper.test.js

7 lines
122 B
JavaScript
Raw Normal View History

2020-09-30 17:41:31 +00:00
/*
* Internal dependencies
*/
const { runShopperTests } = require( '@woocommerce/e2e-core-tests' );
runShopperTests();