mirror of
https://github.com/ray-x/navigator.lua
synced 2024-10-30 21:20:12 +00:00
48 lines
701 B
YAML
48 lines
701 B
YAML
|
---
|
||
|
base: lua52
|
||
|
name: vim
|
||
|
globals:
|
||
|
_G:
|
||
|
property: new-fields
|
||
|
_NgConfigValues:
|
||
|
any: true
|
||
|
after_each:
|
||
|
args:
|
||
|
- type: function
|
||
|
assert.equals:
|
||
|
args:
|
||
|
- type: any
|
||
|
- type: any
|
||
|
- required: false
|
||
|
type: any
|
||
|
assert.is_not:
|
||
|
any: true
|
||
|
assert.same:
|
||
|
args:
|
||
|
- type: any
|
||
|
- type: any
|
||
|
assert.spy:
|
||
|
args:
|
||
|
- type: any
|
||
|
assert.stub:
|
||
|
args:
|
||
|
- type: any
|
||
|
assert.truthy:
|
||
|
args:
|
||
|
- type: any
|
||
|
before_each:
|
||
|
args:
|
||
|
- type: function
|
||
|
debug:
|
||
|
property: read-only
|
||
|
describe:
|
||
|
args:
|
||
|
- type: string
|
||
|
- type: function
|
||
|
it:
|
||
|
args:
|
||
|
- type: string
|
||
|
- type: function
|
||
|
vim:
|
||
|
any: true
|