Add import in lua vim plugin tests template

main
Ensar Sarajčić 2022-05-07 16:20:46 +02:00
parent af17f18128
commit 3a949c94ef
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ local lua_vim_plugin_config = {
type = "test",
alternate = "lua/{}.lua",
template = {
'local subject = require("{dot}")',
"",
'describe("{}:", function()',
"end)",
},