summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/imports_package_json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-07 13:21:56 -0400
committerGitHub <noreply@github.com>2024-05-07 17:21:56 +0000
commit998036b3998301dc53b0dc4700b91d0a9c630702 (patch)
tree085a2c13f45434ca169c4ab2a0574c675e46f0d0 /tests/testdata/npm/imports_package_json
parentf3cc760f2fd40145007ced2a37a3a0b2d1b2d9f3 (diff)
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
Moves the test npm registry server port from `4558` to `426x`
Diffstat (limited to 'tests/testdata/npm/imports_package_json')
-rw-r--r--tests/testdata/npm/imports_package_json/import_not_defined.out4
-rw-r--r--tests/testdata/npm/imports_package_json/main.out4
-rw-r--r--tests/testdata/npm/imports_package_json/sub_path_import_not_defined.out4
3 files changed, 6 insertions, 6 deletions
diff --git a/tests/testdata/npm/imports_package_json/import_not_defined.out b/tests/testdata/npm/imports_package_json/import_not_defined.out
index 102025bdf..8baf5bb18 100644
--- a/tests/testdata/npm/imports_package_json/import_not_defined.out
+++ b/tests/testdata/npm/imports_package_json/import_not_defined.out
@@ -1,3 +1,3 @@
-Download http://localhost:4558/@denotest/imports-package-json
-Download http://localhost:4558/@denotest/imports-package-json/1.0.0.tgz
+Download http://localhost:4260/@denotest/imports-package-json
+Download http://localhost:4260/@denotest/imports-package-json/1.0.0.tgz
error: [ERR_PACKAGE_IMPORT_NOT_DEFINED] Package import specifier "#not-defined" is not defined in package [WILDCARD]package.json imported from [WILDCARD]import_not_defined.js
diff --git a/tests/testdata/npm/imports_package_json/main.out b/tests/testdata/npm/imports_package_json/main.out
index f11e04402..979e35576 100644
--- a/tests/testdata/npm/imports_package_json/main.out
+++ b/tests/testdata/npm/imports_package_json/main.out
@@ -1,5 +1,5 @@
-Download http://localhost:4558/@denotest/imports-package-json
-Download http://localhost:4558/@denotest/imports-package-json/1.0.0.tgz
+Download http://localhost:4260/@denotest/imports-package-json
+Download http://localhost:4260/@denotest/imports-package-json/1.0.0.tgz
hi
bye
function
diff --git a/tests/testdata/npm/imports_package_json/sub_path_import_not_defined.out b/tests/testdata/npm/imports_package_json/sub_path_import_not_defined.out
index 1bfd8c8b5..98ca8bde6 100644
--- a/tests/testdata/npm/imports_package_json/sub_path_import_not_defined.out
+++ b/tests/testdata/npm/imports_package_json/sub_path_import_not_defined.out
@@ -1,3 +1,3 @@
-Download http://localhost:4558/@denotest/imports-package-json
-Download http://localhost:4558/@denotest/imports-package-json/1.0.0.tgz
+Download http://localhost:4260/@denotest/imports-package-json
+Download http://localhost:4260/@denotest/imports-package-json/1.0.0.tgz
error: [ERR_PACKAGE_IMPORT_NOT_DEFINED] Package import specifier "#hi" is not defined in package [WILDCARD]sub_path[WILDCARD]package.json imported from [WILDCARD]import_not_defined.js