diff options
| author | William Boman <william@redwill.se> | 2022-09-14 17:58:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 17:58:11 +0200 |
| commit | d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5 (patch) | |
| tree | cac215882f0692cd2e181944210e768a32d23a58 /vim.yml | |
| parent | fix(r-languageserver): use github releases as version source (#417) (diff) | |
| download | mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar.gz mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar.bz2 mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar.lz mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar.xz mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.tar.zst mason-d39e46db31c9b2eee458ca59a814ebc4fe8a5bd5.zip | |
refactor: store link state in install context object (#419)
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: [] |
