property RunResults.failedFiles

Absolute paths of test files with ≥1 failure in the current run, attributed per-test via source maps. Every group adds into this one set; persisted to the failure cache at run end.

Type

Set<string>

Usage

import { type RunResults } from "lib/types.ts";