You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be default, Midje colorizes its output. Failures are in red. Future facts are in cyan. If you use Lein-midje, it will color its summary lines so that you can easily check whether all facts passed or some failed.
Colorizing can be turned off by setting the environment variable MIDJE_COLORING to false.
If you use dark text on a light background, you may find MIDJE_COLORING=reverse more readable.