avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.72k stars 1.41k forks source link

Tap reporter outputs internal stack traces #3326

Open Inomares opened 4 months ago

Inomares commented 4 months ago

1..1

tests 1

pass 0

fail 1



* **What you expected to happen**: Stack traces point to the failing test (such as `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.
novemberborn commented 4 months ago

Probably a regression in https://github.com/avajs/ava/pull/3243, though I recall it being intentional / hard to avoid. PR welcome.

anasjaidi commented 4 months ago

how i can start contrbuting on this project please, i want to start my carrer on open source on this project