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