diff --git a/selene.toml b/selene.toml new file mode 100644 index 0000000..7312a91 --- /dev/null +++ b/selene.toml @@ -0,0 +1 @@ +std="vim" diff --git a/vim.toml b/vim.toml new file mode 100644 index 0000000..e38be72 --- /dev/null +++ b/vim.toml @@ -0,0 +1,38 @@ +[selene] +base = "lua51" +name = "vim" + +[vim] +any = true + +[[describe.args]] +type = "string" +[[describe.args]] +type = "function" + +[[it.args]] +type = "string" +[[it.args]] +type = "function" + +[[before_each.args]] +type = "function" + +[[after_each.args]] +type = "function" + +[[assert.args]] +type = "any" + +[[assert.equals.args]] +type = "any" +[[assert.equals.args]] +type = "any" + +[[assert.are.same.args]] +type = "any" +[[assert.are.same.args]] +type = "any" + +[[assert.True.args]] +type = "any"