summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/cjs_pkg_imports
AgeCommit message (Collapse)Author
2024-09-25chore: deprecate npm itests (#25804)Mohammad Sulaiman
2024-05-07chore: fix flaky net_listen_allow_localhost_4555 (#23726)David Sherret
Moves the test npm registry server port from `4558` to `426x`
2024-05-07chore(test): move npm registries to separate servers and to the ↵David Sherret
`tests/registry` folder (#23717) 1. Moves the npm registries to their own dedicated ports. 2. Moves the data files out of `tests/testdata/npm/registry` to `tests/registry/npm`.
2024-03-09fix(node): require of pkg json imports was broken (#22821)David Sherret