mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Added test for nvm current
This commit is contained in:
parent
dd157129a6
commit
dc7a42062e
4
test/fast/Running "nvm current" should display current nvm environment.
Executable file
4
test/fast/Running "nvm current" should display current nvm environment.
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ../../nvm.sh
|
||||
nvm current | grep current
|
Loading…
Reference in New Issue
Block a user