all repos

init.lua @ 9cae63d398c3cead0c5c26bf2637fb6adbd465df

my nvim config
1 files changed, 2 insertions(+), 2 deletions(-)
refactor(neotest): reconfigure go afapter
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-07-12 20:44:10 +0300
Parent: b672ae4
M lua/plugins/neotest.lua

@@ -32,8 +32,8 @@ adapters = function()

return { require "neotest-plenary", require "neotest-golang" { - experimental = { test_table = true }, - args = { "-count=1", "-timeout=60s" }, + -- go_test_args = { "-count=1", "-timeout=60s" }, + testify_enabled = true, }, } end,