Some tests for packages/pancake-syrup are failing in CI because of the way ANSI colours are handled when CI=true.
These failure can be reproduced locally with CI=true yarn test
General consensus here is that many of these tests are brittle and should be changed to not check the colour values, but rather check that the message content is correct.

Some tests for
packages/pancake-syrupare failing in CI because of the way ANSI colours are handled whenCI=true.These failure can be reproduced locally with
CI=true yarn testGeneral consensus here is that many of these tests are brittle and should be changed to not check the colour values, but rather check that the message content is correct.