A TAP (Test Anything Protocol) formatter that combines styling from tap-format and Jest. Version 1.0.3 is the latest stable release with no update cadence. It provides colorful, human-readable output for TAP test results. Differentiators include a mix of existing formatter styles and custom tweaks, but no active maintenance or community.
npm install mic-tap-formatNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the formatter with a TAP string and colors enabled.
Consider migrating to tap-mocha-reporter or tap-parser.
Use CommonJS require() and avoid import statements.
Run `npm install mic-tap-format` in your project directory.
Use const format = require('mic-tap-format'); then call format(tapString, options).No dependency data recorded yet.