interface ReportContext {
    allTestsRun?: boolean;
}

Properties

Properties

allTestsRun?: boolean

Indicates whether all tests were run. False when only specific tests were run.

Generated using TypeDoc