thesmart
thesmart
DDeno
Created by smart on 6/10/2024 in #help
Full stack traces from tests
Hmm that's not in the typespec for me... This is a Node.js feature?
Property 'stackTraceLimit' does not exist on type 'ErrorConstructor'.deno-ts(2339)
Property 'stackTraceLimit' does not exist on type 'ErrorConstructor'.deno-ts(2339)
And when I add // @ts-ignore and set it anyway, it doesn't impact the deno test strack trace truncation.
7 replies