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
Failing Tape tests are reported as failing in test explorer.
Tape tests always pass.
var test = require("tape"); test('fail_test', function (t) { t.plan(1); t.equal(2 + 2, 5); });
Looking at the TAP test output it seems like the test isn't even being run..?
The text was updated successfully, but these errors were encountered:
Fixed in 1.3. Closing.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Failing Tape tests are reported as failing in test explorer.
Actual Behavior
Tape tests always pass.
Steps to Reproduce
Looking at the TAP test output it seems like the test isn't even being run..?
The text was updated successfully, but these errors were encountered: