stop warning me about test name duplicates
This commit is contained in:
13
lua/plugins/neotest.lua
Normal file
13
lua/plugins/neotest.lua
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"nvim-neotest/neotest",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
adapters = {
|
||||||
|
["neotest-golang"] = {
|
||||||
|
warn_test_name_dupes = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user