Skip to content

Commit

Permalink
chore: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Sep 21, 2024
1 parent 6b1d3bd commit fe5362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-golang/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local M = {}
local opts = {
go_test_args = { "-v", "-race", "-count=1" }, -- NOTE: can also be a function
go_list_args = {}, -- NOTE: can also be a function
dap_go_opts = {},
dap_go_opts = {}, -- NOTE: can also be a function
testify_enabled = false,
warn_test_name_dupes = true,
warn_test_not_executed = true,
Expand Down

0 comments on commit fe5362f

Please sign in to comment.