A Node.js CLI tool for reporting test results to npm's test result listings. Version 0.1.1 is the current and only stable release. It was designed to integrate with npm's test result endpoints to publish test outcomes for packages. No longer actively maintained; superseded by modern CI and reporting tools like tap, mocha, and jest. Key differentiator was its early attempt to unify test reporting within npm ecosystem, but it never gained adoption.
npm install reportVerified import paths — ran on the pinned version, not inferred.
Shows how to require the package as CommonJS and report test results asynchronously.
Use a modern test reporting tool like tap, mocha, or jest.
Use alternative test reporting services (e.g., Travis CI, GitHub Actions).
Use default import or require default: const report = require('report').default || require('report');const report = require('report'); (CommonJS) or import report from 'report' (ESM).Install with npm --engine-strict=false or use a virtual environment with Node 0.6.
Do not use this package; it is abandoned.
No dependency data recorded yet.