1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-25 07:30:04 +08:00
SpaceVim/test/layer.vader
2021-08-10 19:59:42 +08:00

7 lines
237 B
Plaintext

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