stop warning me about test name duplicates

This commit is contained in:
2026-03-06 11:36:24 +00:00
parent 88c30b089f
commit ebaa79d6c2

13
lua/plugins/neotest.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
{
"nvim-neotest/neotest",
optional = true,
opts = {
adapters = {
["neotest-golang"] = {
warn_test_name_dupes = false,
},
},
},
},
}