We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f2713 commit fd7999bCopy full SHA for fd7999b
vim.toml
vim.yml
@@ -0,0 +1,47 @@
1
+base: lua51
2
+name: vim
3
+globals:
4
+ after_each:
5
+ args:
6
+ - type: function
7
+ assert.equals:
8
9
+ - type: any
10
11
+ - required: false
12
+ type: any
13
+ assert.falsy:
14
15
16
+ assert.has_error:
17
+ any: true
18
+ assert.is_not:
19
20
+ assert.matches:
21
22
+ assert.same:
23
24
25
26
+ assert.spy:
27
28
29
+ assert.stub:
30
31
32
+ assert.truthy:
33
34
35
+ before_each:
36
37
38
+ describe:
39
40
+ - type: string
41
42
+ it:
43
44
45
46
+ vim:
47
0 commit comments