MithrilJS / ospec

Noiseless testing framework
MIT License
48 stars 13 forks source link

[Feature] The reporter ignores error causes (and possibly aggregate errors too) #68

Open pygy opened 8 months ago

pygy commented 8 months ago

The reporter should properly display error with causes and aggregate errors.

dead-claudia commented 7 months ago

Worth noting that aggregate errors are commonly used for error causes since the latter isn't broadly available yet. So you really should support both if you're going to support error causes.

pygy commented 7 months ago

This stems from a persona itch with error causes, actually, but the solution to both cases will look similar so I'll tackle them both.