summaryrefslogtreecommitdiff
path: root/tests/testdata/npm/conditional_exports/main_node_modules.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-03-13 12:21:13 -0400
committerGitHub <noreply@github.com>2024-03-13 16:21:13 +0000
commitb3ca3b2f25931afb350027bde87dc3d4f9a741b0 (patch)
treee8d4f1211310e4998cd21882b96d0a799a83de87 /tests/testdata/npm/conditional_exports/main_node_modules.out
parenteccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff)
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tests/testdata/npm/conditional_exports/main_node_modules.out')
-rw-r--r--tests/testdata/npm/conditional_exports/main_node_modules.out23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/testdata/npm/conditional_exports/main_node_modules.out b/tests/testdata/npm/conditional_exports/main_node_modules.out
deleted file mode 100644
index 460aec0f1..000000000
--- a/tests/testdata/npm/conditional_exports/main_node_modules.out
+++ /dev/null
@@ -1,23 +0,0 @@
-[UNORDERED_START]
-Download http://localhost:4545/npm/registry/@denotest/conditional-exports
-Download http://localhost:4545/npm/registry/supports-esm
-Download http://localhost:4545/npm/registry/has-package-exports
-Download http://localhost:4545/npm/registry/@ljharb/has-package-exports-patterns
-[UNORDERED_END]
-[UNORDERED_START]
-Download http://localhost:4545/npm/registry/@denotest/conditional-exports/1.0.0.tgz
-Initialize @denotest/conditional-exports@1.0.0
-Download http://localhost:4545/npm/registry/@ljharb/has-package-exports-patterns/has-package-exports-patterns-0.0.2.tgz
-Initialize @ljharb/has-package-exports-patterns@0.0.2
-Download http://localhost:4545/npm/registry/has-package-exports/has-package-exports-1.3.0.tgz
-Initialize has-package-exports@1.3.0
-Download http://localhost:4545/npm/registry/supports-esm/supports-esm-1.0.0.tgz
-Initialize supports-esm@1.0.0
-[UNORDERED_END]
-{ hello: "from esm" }
-{ hello: "from foo" }
-{ hello: "from esm client" }
-{ hello: "from esm client foo" }
-{ hello: "from esm client bar" }
-{ hello: "from esm client m" }
-true