Add tests: nvm run --silent
and nvm exec --silent
#846
Labels
pull request wanted
This is a great way to contribute! Help us out :-D
testing
Stuff related to testing nvm itself.
I added support for
--silent
tonvm run
andnvm exec
in eb81fba for #842.However, I was lazy, and didn't write any tests.
This issue is a reminder for me, or a request to anyone else, to write these tests. They should ensure that the output is correct without
--silent
, with--silent
, and also that--silent
is only swallowed and respected when it's in the third argument position (immediately afterrun
orexec
).The text was updated successfully, but these errors were encountered: