property UserRunOptions.console

Where the run's text goes. Defaults to the process streams when a reporter is NAMED, and to silentConsole otherwise — so a programmatic run prints nothing unless it was asked to.

Set it to capture the built-in reporters' output, which is the only way to reach it: console: streamConsole(myBuffer).

Type

Usage

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