MoLow / reporters

A collection of reporters for `node:test`
MIT License
43 stars 3 forks source link

tests codecov

reporters

A collection of reporters for node:test

Usage

node --test \
  --test-reporter=@reporters/github --test-reporter-destination=stdout \
  --test-reporter=@reporters/junit --test-reporter-destination=junit.xml \
  --test-reporter=spec --test-reporter-destination=stdout

Available reporters: