9 lines
183 B
TypeScript
9 lines
183 B
TypeScript
|
/**
|
||
|
* External dependencies
|
||
|
*/
|
||
|
import { CLASSIC_THEME_SLUG, cli } from '@woocommerce/e2e-utils';
|
||
|
|
||
|
cli(
|
||
|
`npm run wp-env run tests-cli "wp theme activate ${ CLASSIC_THEME_SLUG }`
|
||
|
);
|