Skip to main content

evaluate_typescript

Function evaluate_typescript 

Source
pub fn evaluate_typescript(
    report: &VitestReport,
    thresholds: TypeScriptThresholds,
) -> Outcome
Expand description

Whether report meets every threshold. A run that measured no code at all fails rather than passing vacuously; one metric with an empty denominator amid a non-empty run has nothing to miss and is vacuously satisfied.