mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
25 lines
354 B
YAML
25 lines
354 B
YAML
|
---
|
||
|
base: lua51
|
||
|
globals:
|
||
|
vim:
|
||
|
any: true
|
||
|
assert.are.same:
|
||
|
args:
|
||
|
- type: any
|
||
|
- type: any
|
||
|
assert.are_not.same:
|
||
|
args:
|
||
|
- type: any
|
||
|
- type: any
|
||
|
describe:
|
||
|
args:
|
||
|
- type: string
|
||
|
- type: function
|
||
|
it:
|
||
|
args:
|
||
|
- type: string
|
||
|
- type: function
|
||
|
before_each:
|
||
|
args:
|
||
|
- type: function
|