Skip to content

Commit

Permalink
chore: test options
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymorelli96 committed Oct 28, 2024
1 parent 87a641c commit 95d5084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/unit/options_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand All @@ -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,

Expand Down Expand Up @@ -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,

Expand Down

0 comments on commit 95d5084

Please sign in to comment.