Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-05-03run-script: Support --parseable and --jsonisaacs
2014-05-02trivial: typo in test messageisaacs
2014-05-02send referer headerisaacs
2014-05-02cache: Fix typo bug (plus test)isaacs
2014-04-30cache: Handle 404s and other HTTP errors as errorsisaacs
2014-04-30test: simplify common.run() to common.npm()isaacs
2014-04-29bump tap dep, make tests stderr a bit quieterisaacs
2014-04-18Fix ls-depth-cli testRobert Kowalski
2014-04-18Fix lifecycle testRobert Kowalski
2014-04-18Make `npm install` respect `config.unicode`Sean McGivern
2014-04-18Add test for lifecycle.makeEnv()Yeonghoon Park
2014-04-18Fix startstop test.Domenic Denicola
2014-04-18Fix ls-depth-cli test on Windows.Domenic Denicola
2014-04-18Don't return 0 exit code on invalid commandEvan Lucas
2014-04-18Factor test-helper out of testsRobert Kowalski
2014-04-18Add failing regression test for npm ls --depth=0Robert Kowalski
2014-04-18Fix circular-dep test on Windows.Domenic Denicola
2014-04-17Fix testsRobert Kowalski
2014-04-16fix failing test on linuxRobert Kowalski
2014-04-13make ignore-scripts test quieterisaacs
2014-04-10test: Add test to verify npm-registry-mock versionisaacs
2014-04-10update tap tests to hit no external dependencies.bcoe
2014-04-10adding save-prefix configuration optionThorsten Lorenz
2014-04-10test: test that cache loading doesn't mangle shasumisaacs
2014-04-06Add a test for npm-shrinkwrap crashes with empty dependenciesRobert Kowalski
2014-03-17test: make prune test env filtering more targetedisaacs
2014-03-16read-installed@2.0.0isaacs
2014-02-22doc: update misc/semver.mdisaacs
2014-02-21Prevent creation of node_modules/npm-4503-cTim Oxley
2014-02-21Add --save-exact config for --save[-dev|-optional].Tim Oxley
2014-02-21add test, some boyscoutingRobert Kowalski
2014-02-20fix prune.js test with empty cacheRobert Kowalski
2014-02-17clean git url before lockingNeil Gentleman
2014-02-17test: Add test for outdated --parseableisaacs
2014-02-17more legible error message in config.get/setYazhong Liu
2014-02-17Respect --color settings in outdated.Tim Oxley
2014-02-16Check for file-ness in /-containing install argsisaacs
2014-02-16test: express is not in mocks, use underscore insteadisaacs
2014-02-16"install ./pkg@1.2.3" should install local moduleAlex Kocharin
2014-02-16prune: Added back --production supportDav Glass
2014-02-16Test for repo commandisaacs
2014-02-15dedupe: respect dependency versionsRafael de Oleza
2014-02-13Add failing tests for #3512 and #4296.Domenic Denicola
2014-02-13Add now-passing test for repo shorthandsRobert Kowalski
2014-02-13Don't do the publishTestisaacs
2014-02-09Migrate peer-deps test to tap.Domenic Denicola
2014-02-08fix outdated-notarget-testRobert Kowalski
2014-02-07Show error to user on npm updateEvan Lucas
2014-02-07Replace references to isaacs/npm with npm/npm.Dylan Greene
2014-01-13Change the way how tests fail on stderr output.Denis Gladkikh