I've noticed that stack traces emitted from tests are limited to 7ish lines. However, many errors start deeper and it's tough to find the error line from test failure reports. Is there a way to tune the number of lines emitted from the test ERRORS section?
Or ideally, could stack traces be truncated in a way that emits stack frames in files hosted in a Deno.cwd()Deno.cwd() dir/subdir (i.e. user's code)?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.