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
TAP version 13 not ok 1 - failing ava test --- name: AssertionError assertion: t.is() details: 'Difference (- actual, + expected):': |- - true + false message: '' at: >- ExecutionContext.is (file:///workspaces/codespaces-blank/node_modules/ava/lib/assert.js:309:16) ... 1..1 # tests 1 # pass 0 # fail 1
at: 'file://test.js:4:7'
Minimal reproducible example: https://github.com/Inomares/ava-tap-min-repro/tree/main (Tested in Node 18.20.1 and 20.12.1)
Affects AVA version 6.0.0 and above. Versions prior to 6.0.0 display the correct stack trace.
The text was updated successfully, but these errors were encountered:
Probably a regression in #3243, though I recall it being intentional / hard to avoid. PR welcome.
Sorry, something went wrong.
how i can start contrbuting on this project please, i want to start my carrer on open source on this project
No branches or pull requests
at: 'file://test.js:4:7'
)Minimal reproducible example:
https://github.com/Inomares/ava-tap-min-repro/tree/main (Tested in Node 18.20.1 and 20.12.1)
Affects AVA version 6.0.0 and above. Versions prior to 6.0.0 display the correct stack trace.
The text was updated successfully, but these errors were encountered: