UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

8 lines (7 loc) 285 B
import type { ThemeDoctorOptions } from '../context.js'; import type { TestResult } from '@shopify/cli-kit/node/doctor/types'; /** * Run all theme doctor tests. * Stops on first failure. */ export declare function runThemeDoctor(options: ThemeDoctorOptions): Promise<TestResult[]>;