1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-26 14:30:04 +08:00
SpaceVim/test/layer.vader

7 lines
237 B
Plaintext
Raw Normal View History

2021-08-10 19:59:42 +08:00
Execute ( SpaceVim layer health: ):
for layer in SpaceVim#layers#list()
Log 'testing ' . layer . ' layer'
Assert SpaceVim#layers#{layer}#health(), 'function SpaceVim#layers#' . layer . '#health() return false'
endfor