//! `null` reporter — drops every event. Useful for tests that want
//! the runner to drive a single TS-side reporter without competing
//! terminal output. Mirrors Playwright's
//! `/tmp/playwright/packages/playwright/src/reporters/empty.ts`.
use async_trait;
use ;
/// Reporter that produces no output and writes no files.
;