File tree 2 files changed +47
-0
lines changed
2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ std =" vim"
Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments