MoLow / reporters

A collection of reporters for `node:test`
MIT License
43 stars 3 forks source link

fix line reporting for assert errors #89

Closed Ethan-Arrowood closed 1 year ago

Ethan-Arrowood commented 1 year ago

This fixes line reporting for when an error is thrown within a test or it and is missing its stack trace (https://github.com/nodejs/node/issues/48840)

Maybe when #48840 is closed we can remove this code.

Also, how do I update the output for the test? Seems like its not agreeing with me no matter what I do.