lpil/gleeunit
View on GitHub`gleam_test` always produces output with ANSI escape codes
Open
#63 opened on Mar 2, 2026
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?