KC's Workspace
    Preparing search index...
    interface TestResultPending {
        errors: undefined;
        state: "pending";
    }
    Index

    Properties

    Properties

    errors: undefined

    Pending tests have no errors.

    state: "pending"

    The test was collected, but didn't finish running yet.