colored-rs / colored

(Rust) Coloring terminal so simple you already know how to do it !
Mozilla Public License 2.0
1.74k stars 84 forks source link

Snapshot tests are not consistent #181

Open spenserblack opened 1 month ago

spenserblack commented 1 month ago

Some of the snapshot tests will fail when they are run in an environment that doesn't support truecolor. This isn't ideal -- a snapshot should only change when the code changes.

The solution should be simple. Either: