32 lines
350 B
TOML
32 lines
350 B
TOML
|
[selene]
|
||
|
base = "lua51"
|
||
|
name = "neovim"
|
||
|
|
||
|
[vim]
|
||
|
any = true
|
||
|
|
||
|
[[assert.args]]
|
||
|
type = "bool"
|
||
|
|
||
|
[[assert.args]]
|
||
|
type = "string"
|
||
|
required = false
|
||
|
|
||
|
[[after_each.args]]
|
||
|
type = "function"
|
||
|
|
||
|
[[before_each.args]]
|
||
|
type = "function"
|
||
|
|
||
|
[[describe.args]]
|
||
|
type = "string"
|
||
|
|
||
|
[[describe.args]]
|
||
|
type = "function"
|
||
|
|
||
|
[[it.args]]
|
||
|
type = "string"
|
||
|
|
||
|
[[it.args]]
|
||
|
type = "function"
|