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
From zoubin/tap-summary#2
Reproducible with: https://gist.github.com/JaKXz/c676f6b5493b0ce90225
npm install && npm test
tee
There should be 4 asserts and 2 tests in the output there, but the tests and asserts are printed as the same.
Ideally, the assertion output would include the message from the corresponding assertion.
I also tried t.plan(2) in the second test only (#25) and that didn't make any difference.
t.plan(2)
The text was updated successfully, but these errors were encountered:
AVAs tap output doesn't currently show individual assertions, just outputs tests.
Closing as a duplicate of #324.
Sorry, something went wrong.
No branches or pull requests
From zoubin/tap-summary#2
Reproducible with: https://gist.github.com/JaKXz/c676f6b5493b0ce90225
npm install && npm test
[assuming you havetee
on your system, if not just drop the last pipe]There should be 4 asserts and 2 tests in the output there, but the tests and asserts are printed as the same.
Ideally, the assertion output would include the message from the corresponding assertion.
I also tried
t.plan(2)
in the second test only (#25) and that didn't make any difference.The text was updated successfully, but these errors were encountered: