From fe5362ff2d4df4ee39c3282b8f469920b7e38479 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 21 Sep 2024 14:04:05 +0200 Subject: [PATCH] chore: add note --- lua/neotest-golang/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neotest-golang/options.lua b/lua/neotest-golang/options.lua index 01dadfc..514e60b 100644 --- a/lua/neotest-golang/options.lua +++ b/lua/neotest-golang/options.lua @@ -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,