tide/tests/_tide_item_docker.test.fish

14 lines
258 B
Fish
Raw Normal View History

# RUN: %fish %s
function _docker
_tide_decolor (_tide_item_docker)
end
set -lx tide_docker_icon
mock docker "context inspect" "printf default"
_docker # CHECK:
mock docker "context inspect" "printf curr-context"
_docker # CHECK:  curr-context