property UserRunOptions.reporter

Print the run with ONE reporter: a built-in name ('tap', 'spec', 'dot', 'github'), your own Reporter, or false. The same spelling as the CLI's --reporter.

Omitted means nothing is printed — the result value is the output.

Type

Usage

import { type UserRunOptions } from "lib/api/options.ts";