Add import in lua vim plugin tests template
parent
af17f18128
commit
3a949c94ef
|
@ -278,6 +278,8 @@ local lua_vim_plugin_config = {
|
|||
type = "test",
|
||||
alternate = "lua/{}.lua",
|
||||
template = {
|
||||
'local subject = require("{dot}")',
|
||||
"",
|
||||
'describe("{}:", function()',
|
||||
"end)",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue