Vscode-jest: colored output

Created on 26 Feb 2020  路  2Comments  路  Source: jest-community/vscode-jest

I notice that when I run tests with our launch configuration it is very colorful, but when I run with this plugin everything is one color

{ "type": "node", "request": "launch", "name": "Jest Current File", "program": "${workspaceFolder}/node_modules/.bin/jest", "args": [ "${fileBasenameNoExtension}", "--config", "jest.config.js", "--forceExit" ],

Most helpful comment

@xenoterracide I'm using Output Colorizer and it gives me a colored jest output.

All 2 comments

@xenoterracide I'm using Output Colorizer and it gives me a colored jest output.

So it would be great if vscode-jest not only retained Jest's built-in console colors, but also I'd really like it if it could also retain my own colored console logs.
Sometimes I like to use chalk to make various console output stand out, to help me identify patterns, etc.

Was this page helpful?
0 / 5 - 0 ratings