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