Skip to content

reporter

luau
local reporter = require("@std/test/reporter")

reporter.simple

Prints a simple human-readable summary of result to stdout, listing any failures and the pass/fail counts.

luau
(result: TestRunResult) -> ()