@shopify/cli-kit
    Preparing search index...

    Interface TestResult

    interface TestResult {
        assertions: AssertionResult[];
        duration: number;
        error?: Error;
        name: string;
        status: TestStatus;
    }
    Index

    Properties

    assertions: AssertionResult[]
    duration: number
    error?: Error
    name: string
    status: TestStatus