From 95d508460dda49bda00de18491b3df4cc928617a Mon Sep 17 00:00:00 2001 From: Jay Morelli Date: Mon, 28 Oct 2024 14:14:32 +0000 Subject: [PATCH] chore: test options --- tests/unit/options_spec.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/unit/options_spec.lua b/tests/unit/options_spec.lua index 199c6a26..e7859406 100644 --- a/tests/unit/options_spec.lua +++ b/tests/unit/options_spec.lua @@ -14,6 +14,7 @@ describe("Options are set up", function() gotestsum_args = { "--format=standard-verbose" }, dap_go_opts = {}, testify_enabled = false, + colorize_test_output = true, warn_test_name_dupes = true, warn_test_not_executed = true, @@ -37,6 +38,7 @@ describe("Options are set up", function() gotestsum_args = { "--format=standard-verbose" }, dap_go_opts = {}, testify_enabled = false, + colorize_test_output = false, warn_test_name_dupes = true, warn_test_not_executed = true, @@ -64,6 +66,7 @@ describe("Options are set up", function() return {} end, testify_enabled = false, + colorize_test_output = true, warn_test_name_dupes = true, warn_test_not_executed = true,