diff options
Diffstat (limited to 'vim.yml')
| -rw-r--r-- | vim.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,9 @@ globals: before_each: args: - type: function + after_each: + args: + - type: function it: args: - type: string @@ -65,3 +68,5 @@ globals: - type: any assert.spy: any: true + assert.snapshot: + args: [] |
