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