summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json
diff options
context:
space:
mode:
authorElian Cordoba <business.eliancordoba@gmail.com>2023-07-14 13:47:18 -0300
committerGitHub <noreply@github.com>2023-07-14 16:47:18 +0000
commit0223ad72a999d1237162a96228f568d973b115fb (patch)
tree2fefd0df1f3763a4882f38bf043487e8edc991e1 /cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json
parent5bbada61adf64b8f870f454b4b07c1087584e191 (diff)
fix(npm): improve error message on directory import in npm package (#19538)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json
new file mode 100644
index 000000000..1402e346c
--- /dev/null
+++ b/cli/tests/testdata/npm/registry/@denotest/sub-folders/1.0.0/package.json
@@ -0,0 +1,6 @@
+{
+ "name": "@denotest/sub-folders",
+ "version": "1.0.0",
+ "type": "module",
+ "main": "main.mjs"
+}