diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-20 00:34:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 06:34:24 -0700 |
commit | 2b279ad630651e973d5a31586f58809f005bc925 (patch) | |
tree | 3e3cbeb4126643c75381dd5422e8603a7488bb8a /tests/testdata | |
parent | eb542bc185c6c4ce1847417a2dfdf04862cd86db (diff) |
chore: move `test_util` to `tests/util/server` (#22444)
As discussed with @mmastrac.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'tests/testdata')
-rw-r--r-- | tests/testdata/npm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/npm/README.md b/tests/testdata/npm/README.md index ba3f5f771..bb4a3bad3 100644 --- a/tests/testdata/npm/README.md +++ b/tests/testdata/npm/README.md @@ -4,7 +4,7 @@ This folder contains test data for npm specifiers. ## Registry -The registry is served by the test server (server in test_util) at +The registry is served by the test server (server in `tests/util/server`) at http://localhost:4545/npm/registry/ via the `./registry` folder. ### Updating with real npm packages |