You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno.test("output should be colored!",(t)=>{console.debug(`%cTerm: ${Deno.env.get('TERM')}. stdout.isTerminal: ${(Deno.stdout.isTerminal())}. noColor:${Deno.noColor}`,"color: red");})
When I run it via code lense - It opens the terminal and show output in red color:
However, when I run it from Test explorer - I get boring plain white test output, with no coloring:
Can you please support Colored output from Test Explorer, same way it works in terminal?
The text was updated successfully, but these errors were encountered:
I have the following test:
When I run it via code lense - It opens the terminal and show output in red color:
However, when I run it from Test explorer - I get boring plain white test output, with no coloring:
Can you please support Colored output from Test Explorer, same way it works in terminal?
The text was updated successfully, but these errors were encountered: