Skip to content

Commit 44b6e54

Browse files
committed
build: added selene
1 parent 2d676b3 commit 44b6e54

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

selene.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
std="vim"

vim.toml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[selene]
2+
base = "lua51"
3+
name = "vim"
4+
5+
[vim]
6+
any = true
7+
8+
[[describe.args]]
9+
type = "string"
10+
[[describe.args]]
11+
type = "function"
12+
13+
[[it.args]]
14+
type = "string"
15+
[[it.args]]
16+
type = "function"
17+
18+
[[before_each.args]]
19+
type = "function"
20+
[[after_each.args]]
21+
type = "function"
22+
23+
[assert.is_not]
24+
any = true
25+
26+
[[assert.equals.args]]
27+
type = "any"
28+
[[assert.equals.args]]
29+
type = "any"
30+
[[assert.equals.args]]
31+
type = "any"
32+
required = false
33+
34+
[[assert.same.args]]
35+
type = "any"
36+
[[assert.same.args]]
37+
type = "any"
38+
39+
[[assert.truthy.args]]
40+
type = "any"
41+
42+
[[assert.spy.args]]
43+
type = "any"
44+
45+
[[assert.stub.args]]
46+
type = "any"

0 commit comments

Comments
 (0)