property ScriptConfig.reporter

Reporting settings that only matter if the entry turns out to declare tests.

Kept as the user typed them rather than resolved: a plain script never builds a suite config at all, so there is nothing to resolve them against until there is something to report.

Type

Args.ParsedFlags["reporter"]

Usage

import { type ScriptConfig } from "lib/commands/run.ts";