ekino / veggies

:sparkles: :rocket: Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.
https://ekino.github.io/veggies/
MIT License
90 stars 18 forks source link

fix(snapshot): ignore color tags when looking for the no diff message #54

Closed fthouraud closed 3 years ago

fthouraud commented 3 years ago

Hello 👋

This is meant to fix the color issue on the "no diff" message. Closes #53.

Let me know what you think about that.

Thanks!