KC's Workspace
    Preparing search index...
    interface TestRunResult {
        testModules: TestModule[];
        unhandledErrors: unknown[];
    }
    Index

    Properties

    testModules: TestModule[]
    unhandledErrors: unknown[]