zsh-nvm/tests/loading/Check zsh-nvm wraps nvm
2017-09-14 17:57:39 +01:00

9 lines
169 B
Bash
Executable File

#!/bin/sh
source ../common.sh
# Load zsh-nvm
load_zsh_nvm
# Check nvm is wrapped with our revert command
nvm revert || die "nvm isn't wrapped with our revert command"