A dot formatter for the hydro test framework, displaying test output as a sequence of dots (passed), F (failures), and other indicators. Current stable version 2.0.1, requires hydro 0.x. This is a minimal, specific-purpose formatter with no updates since 2013.
npm install hydro-dotNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs hydro-dot and runs tests using the dot formatter from the command line.
Consider migrating to a modern test framework like Mocha or Jest, which have dot formatters built-in.
Use it as a CLI formatter: hydro --formatter hydro-dot
Install hydro-dot as a devDependency and ensure you run hydro from the project root: npm install --save-dev hydro hydro-dot && hydro --formatter hydro-dot
Do not use require('hydro-dot'). Instead run the hydro CLI with --formatter flag.