@shopify/cli
Version:
A CLI tool to build for the Shopify platform
12 lines (11 loc) • 357 B
TypeScript
import { DoctorSuite } from '@shopify/cli-kit/node/doctor/framework';
import type { ThemeDoctorContext } from '../../context.js';
/**
* Tests for `shopify theme init` command
*/
export default class ThemeInitTests extends DoctorSuite<ThemeDoctorContext> {
static description: string;
private themeName;
private themePath;
tests(): void;
}