utap - Micro TAP formatter

JSON →
library 0.2.0 ·javascript
verified Jun 4, 2026

A minimal TAP (Test Anything Protocol) formatter designed for Node.js >=18 built-in `node:test` harness. Version 0.2.0, single-file (~100 lines of code) with a dependency on `chalk` for colorized output. Inspired by AVA's output style. Provides a readable, developer-friendly test report by formatting TAP stream from `node:test` or other TAP producers. Lightweight alternative to full TAP reporters like tap-spec or faucet.