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:
Skip the snapshot tests when not in a truecolor environment
Force colored to think it has truecolor support when running tests
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: