summaryrefslogtreecommitdiff
path: root/tests/util/server/src/npm.rs
AgeCommit message (Expand)Author
2024-10-24chore: remove print debugging from test server (#26529)David Sherret
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-07chore(test): move npm registries to separate servers and to the `tests/regist...David Sherret
2024-05-03test: npm registry handles two test scopes (#23663)Bartek Iwańczuk
2024-04-26test: cleanup npm test registry code (#23578)Bartek Iwańczuk
2024-04-26test: update for private npm registry test server (#23572)Bartek Iwańczuk
2024-02-19chore: move `test_util` to `tests/util/server` (#22444)Asher Gomez