Debug all tests in VSCode
Hi everyone.
I was hoping to use the equivalent of "deno test" in such a way that I can set a breakpoint in VSCode and run all test with debug. The effect would be that hitting any breakpoint in any test pauses at that line of execution.
Is this possible?
I was hoping to use the equivalent of "deno test" in such a way that I can set a breakpoint in VSCode and run all test with debug. The effect would be that hitting any breakpoint in any test pauses at that line of execution.
Is this possible?
