包详细信息

cleaner-spec-reporter

ShogunPanda431ISC0.5.0

Clean test reporter

test, spec

自述文件

cleaner-spec-reporter

Version Dependencies Build Coverage

A cleaner version of the spec reporter of the Node.js test runner.

http://sw.cowtech.it/cleaner-spec-reporter

Usage

cleaner-spec-reporter allows to add coloring to terminal in a really easy way.

Just run your test by specifying it as your test report:

node --test --test-reporter=cleaner-spec-reporter ...

ESM Only

This package only supports to be directly imported in a ESM context.

For informations on how to use it in a CommonJS context, please check this page.

Contributing to cleaner-spec-reporter

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

Copyright

Copyright (C) 2025 and above Shogun (shogun@cowtech.it).

Licensed under the ISC license, which can be found at https://choosealicense.com/licenses/isc.

更新日志

2025-05-30 / 0.5.0

  • chore: Fixed CI.
  • chore: Fixed CI.
  • chore: Fixed README.
  • chore: Fixed CI.
  • feat: Full rewrite.

2025-04-29 / 0.4.2

  • fix: Added missing new line.

2025-04-29 / 0.4.1

  • fix: Added missing new line.

2025-04-24 / 0.4.0

  • feat: Correctly handle diagnostics.

2025-04-18 / 0.3.1

  • fix: Fixed duration formatting.

2025-04-18 / 0.3.0

  • feat: Added duration.

2025-04-16 / 0.2.0

  • fix: Fixed summary.

2025-04-15 / 0.1.0

  • Initial version.