Skip to content

Commit

Permalink
refactor: make colorize test output default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymorelli96 committed Oct 28, 2024
1 parent 4fcaf06 commit 87a641c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-golang/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ local opts = {
go_list_args = {}, -- NOTE: can also be a function
dap_go_opts = {}, -- NOTE: can also be a function
testify_enabled = false,
colorize_test_output = true,
warn_test_name_dupes = true,
warn_test_not_executed = true,

Expand Down

0 comments on commit 87a641c

Please sign in to comment.