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
AgeCommit message (Collapse)Author
2021-03-05fix(npm) pass npm context everywhereGar
Instead of files randomly requiring the npm singleton, we pass it where it needs to go so that tests don't need to do so much require mocking everywhere PR-URL: https://github.com/npm/cli/pull/2772 Credit: @wraithgar Close: #2772 Reviewed-by: @ruyadorno
2020-11-17lint tests before publishingisaacs
We have a lot of tests that were not handling errors in callbacks, not defining variables, defining variables that weren't used, and just generally not formatted like the rest of npm. Hazard of moving fast. Thankfully, machines can help.
2020-11-17test: catch errors and fix coverage slippageisaacs
2020-07-15test: refactor install testsclaudiahdz
PR-URL: https://github.com/npm/cli/pull/1520 Credit: @claudiahdz Close: #1520 Reviewed-by: @ruyadorno
2020-07-08fix completion call signature in several commandsisaacs
2020-07-08test: clean up prune/dedupe tests suiteclaudiahdz
PR-URL: https://github.com/npm/cli/pull/1497 Credit: @claudiahdz Close: #1497 Reviewed-by: @isaacs
2020-07-07test: clean prune testsclaudiahdz
PR-URL: https://github.com/npm/cli/pull/1488 Credit: @claudiahdz Close: #1488 Reviewed-by: @ruyadorno