1 files changed,
2 insertions(+),
2 deletions(-)
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,