mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-10-30 09:18:59 +08:00
Added test for nvm current
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user