diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-04 12:41:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 16:41:51 +0000 |
| commit | e4c947dd2b63726ecc9b4303e03921b6839adade (patch) | |
| tree | 9619bdb6649d1f460fb02ab8e448c27c95dbfa74 /cli/tests/testdata/npm/imports_package_json/main.out | |
| parent | 0b75a7169b2e123cac04e7ffcaf16a28eb356fd0 (diff) | |
fix(node): use closest package.json to resolve package.json imports (#21075)
Diffstat (limited to 'cli/tests/testdata/npm/imports_package_json/main.out')
| -rw-r--r-- | cli/tests/testdata/npm/imports_package_json/main.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/imports_package_json/main.out b/cli/tests/testdata/npm/imports_package_json/main.out new file mode 100644 index 000000000..f006f18d5 --- /dev/null +++ b/cli/tests/testdata/npm/imports_package_json/main.out @@ -0,0 +1,4 @@ +Download http://localhost:4545/npm/registry/@denotest/imports-package-json +Download http://localhost:4545/npm/registry/@denotest/imports-package-json/1.0.0.tgz +hi +bye |
