Answer the question
In order to leave comments, you need to log in
Jest console output losing color?
file contents
console.log({a: 1, b:2});
console.table({a: 1, b:2});
Answer the question
In order to leave comments, you need to log in
Because Jest is on the drum. Fix like this:
console.log(util.formatWithOptions({ colors: true }, '%O', { a: 1, b: 2 }));
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question