Skip to content

Commit

Permalink
chore: Add selene configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Jan 16, 2025
1 parent a5210c2 commit f3c9291
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
std="vim"
38 changes: 38 additions & 0 deletions vim.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f3c9291

Please sign in to comment.