property GroupState.lastRanFiles

Test files this group ran on the last run. Failure attribution falls back to this when a failing assertion's stack can't be resolved to one file — scoped per group so an unattributable failure blames only the files that group ran, not the whole invocation.

Watch mode runs exactly one group, so this doubles as the ql rerun target there, and the qf fallback when the last run had no failures to scope to.

Type

string[] | null

Usage

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