A silence formatter plugin for the hydro test framework (v1.0.1). Suppresses test output, useful for generating coverage reports or running tests in CI where verbose logs are unwanted. Part of the hydro ecosystem, it is automatically bundled with hydro and does not require separate installation. Last updated in 2013, no longer actively maintained, but still functional for projects using hydro 0.x.
npm install hydro-silentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use hydro-silent as a CLI formatter for the hydro test framework.
Remove hydro-silent from package.json if installed separately; rely on hydro's bundled version.
Consider migrating to a more modern test framework like Jest or Mocha for active development.
Ensure you are using Hydro 0.x (e.g., hydro@0.9.0). Check your hydro version with 'npm list hydro'.
Only use hydro-silent via the CLI or hydro API, not as a direct module dependency.
Install hydro: npm install hydro --save-dev
Use hydro.set('formatter', 'hydro-silent') instead of hydro.use().Use an older version of hydro (0.x) or use a different formatter compatible with hydro 1.x.