KC's Workspace
    Preparing search index...
    interface TestResultPassed {
        errors: readonly TestError[] | undefined;
        state: "passed";
    }
    Index

    Properties

    Properties

    errors: readonly TestError[] | undefined

    Errors that were thrown during the test execution.

    Note: If test was retried successfully, errors will still be reported.

    state: "passed"

    The test passed successfully.