Jordan Harband
214ce8853b
`npm ls` has a bug in some versions when "--parseable --depth=0" is used together.
11 years ago
Jordan Harband
5048a78376
Add special handling for node v0.6.21-pre
11 years ago
Jordan Harband
4b3d6f1760
Properly pass a space-separated list of packages to `npm install`
...
Fixes #490 .
11 years ago
Jordan Harband
56c40cfa3c
Don't try to copy `npm` itself with `nvm copy-packages`.
...
Fixes #504 .
11 years ago
Jordan Harband
b8fe75e93a
Tests for `nvm copy-packages`
11 years ago
Jordan Harband
1fa2acf5a7
Adding nvm exec tests.
11 years ago
Jordan Harband
4512337c11
Adding a slow `nvm current` test, since it needs an installed version of node.
11 years ago
Jordan Harband
bb01513eba
Making sure there's test coverage for `nvm i`
11 years ago
Koen Punt
a318ddf9b3
redirect stderr to stdout in test
11 years ago
Jordan Harband
ba1be9b4ea
Making `nvm install` use the version, even if it's already installed. Fixes #410
11 years ago
Jordan Harband
c77be55cdc
Updating "nvm run" tests.
11 years ago
Jordan Harband
e195fccdb7
Escaping backticks
11 years ago
Jordan Harband
20953ab04c
Make sure `nvm run` works without a version argument when .nvmrc specifies a version.
11 years ago
Jordan Harband
4cf940153c
Use node 0.9 for these testsso that people aren't likely to have it installed
11 years ago
Jordan Harband
bf8abf1052
Make sure `nvm install` works without a version argument when .nvmrc specifies a version.
11 years ago
Jordan Harband
eb6031cb58
Clean up after existing `nvm install` tests.
11 years ago
Jordan Harband
55a6f1f06e
Organizing `nvm install` tests better.
11 years ago
Jordan Harband
b15ea07067
Don't clobber the latest version of 0.10 for tests.
11 years ago
messju mohr
e46ee7b30b
added test for using the latest of two versions
11 years ago
Fraser Tweedale
332ae1afcb
use a more portable release in install tests
...
The tests for nvm install currently install v0.8.6, which doesn't
build on FreeBSD due to Linuxisms. Switch to a more recent version
that does work.
11 years ago
Fraser Tweedale
9108a7f7fa
remove duplicate install test
...
`test/slow/install` is identical to `test/slow/install from source`
except in the version installed. Remove it.
11 years ago
Yoshiya Hinosawa
278fd031b0
added test for installation with -s option.
12 years ago
Thomas Levine
a27d39139b
tests from readme
...
fast tests
alias
unalias
more alias tests
tests
document testing
warn not to run while testing
chmod +x deactivate
specify the version (commit) of urchin
installation test
run
tests for ls
switch unsetopt to the thing creationix has
rename tests
urchin log
adjust urchin version
13 years ago