Skip to content

reporter

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

WARNING

These APIs are still open to future evolution. In new major versions, they may change in backwards incompatible ways.

Summary

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

Functions and Properties

reporter.simple

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

luau
(result: TestRunResult) -> ()