Fix projectionist tests template for vim lua plugins

main
Ensar Sarajčić 2022-05-07 16:19:09 +02:00
parent 6e5fc414d7
commit af17f18128
1 changed files with 4 additions and 4 deletions

View File

@ -273,14 +273,14 @@ local lua_vim_plugin_config = {
["lua/*.lua"] = {
type = "source",
alternate = "tests/{}.lua",
template = {
'describe("{}:", function()',
"end)",
},
},
["tests/*.lua"] = {
type = "test",
alternate = "lua/{}.lua",
template = {
'describe("{}:", function()',
"end)",
},
},
["README.md"] = {
template = vim_readme_template,