I'm using Gulp and Jest, and I was wondering if anyone has found a way to color code test output in the console, similar to how it's done with reporters in Karma. The output is kind of blah, and I was hoping to make it a little easier to read.
"scripts":{ "test": "jest --colors" } //package.json
Add the parameter --colors to your command while running jest..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With