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
Hi, I think you might have mentioned this somewhere. It works fine with pta.
Running
nodemon test/index.js | tap-spec
test(`drawCard`, ({ eq }) => eq(drawCard(
where drawCard is not defined, I get
Error: write EPIPE at afterWriteDispatched (node:internal/stream_base_commons:160:15)
The text was updated successfully, but these errors were encountered:
On further experimentations, it depends on the reporter.
tap-spec FAILS because of
var parser = require('tap-out');
where tap-difflet WORKS because of
var parser = require('tap-parser-yaml');
Sorry, something went wrong.
Thanks. I was about to tell, it depends on how the reporter handles bailout message
No branches or pull requests
Hi, I think you might have mentioned this somewhere. It works fine with pta.
Running
nodemon test/index.js | tap-spec
where drawCard is not defined, I get
The text was updated successfully, but these errors were encountered: