Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Improve standard logger by printing stack on error #81

Closed Aboisier closed 3 years ago

Aboisier commented 3 years ago

Purpose

This is an improvement to the standard reporter. The stack is now printed when a test fails. The test suite names are also displayed in bold now.

This fixes #79 .

Approach

Added the stack to the FailedTestReport so the LoggerTestReporterDecorator could print it.

stack-demo