lpil/gleeunit

`gleam_test` always produces output with ANSI escape codes

Open

#63 opened on Mar 2, 2026

View on GitHub
 (4 comments) (1 reaction) (0 assignees)Gleam (35 forks)github user discovery
help wanted

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (PR metrics pending)

Description

I use the neovim make command to run gleam test from within neovim. This works, but the output of the test command uses ANSI escape codes for colored output. The output looks like the screenshot below. I was hoping there would be a way to turn off the colors?

Contributor guide