We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the built-in node test-runner is also output TAP protocol.
it works with node --test | tap-mocha-reporter spec but seems it's old style and the error stack is missing.
node --test | tap-mocha-reporter spec
treport don't not expose bin now, so I wonder if this lib will support for using some way like:
treport
bin
$ node --test | treport
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the built-in node test-runner is also output TAP protocol.
it works with
node --test | tap-mocha-reporter spec
but seems it's old style and the error stack is missing.treport
don't not exposebin
now, so I wonder if this lib will support for using some way like:$ node --test | treport
The text was updated successfully, but these errors were encountered: