0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 19:46:56 +01:00

Add N_PRESERVE_NPM to unset for tests

This commit is contained in:
John Gee 2020-02-27 21:38:47 +13:00
parent 4b87f8b760
commit f0d22e4b01

View File

@ -11,6 +11,7 @@ function unset_n_env(){
unset N_NODE_MIRROR
unset N_NODE_DOWNLOAD_MIRROR
unset N_MAX_REMOTE_MATCHES
unset N_PRESERVE_NPM
unset HTTP_USER
unset HTTP_PASSWORD
}