kevin940726 / console-testing-library

📝 Testing console the right way
MIT License
4 stars 4 forks source link

Expose new option 'stripsAnsi' #10

Closed nulltoken closed 3 years ago

nulltoken commented 3 years ago

Using 'chalk' is quite standard when writing pretty console outputs.

This new option (sets to false by default), allows dynamic stripping of ansi characters to make snapshot comparison easier.