KC's Workspace
    Preparing search index...
    interface TestResultFailed {
        errors: readonly TestError[];
        state: "failed";
    }
    Index

    Properties

    Properties

    errors: readonly TestError[]

    Errors that were thrown during the test execution.

    state: "failed"

    The test failed to execute.