summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/import_map/import_map.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-22 20:09:30 +0100
committerGitHub <noreply@github.com>2022-11-22 20:09:30 +0100
commitb70f520ebc59d123c114b76013a233c4250227e6 (patch)
tree44476e016d44a167d7020a8257098651e5f4d25c /cli/tests/testdata/npm/import_map/import_map.json
parentf077c4f248ab96c1ba67dd24d6573cc9f9a0a1ad (diff)
fix: Make npm packages works with import maps (#16754)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/tests/testdata/npm/import_map/import_map.json')
-rw-r--r--cli/tests/testdata/npm/import_map/import_map.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/import_map/import_map.json b/cli/tests/testdata/npm/import_map/import_map.json
index a7ed13b82..1c3baacd1 100644
--- a/cli/tests/testdata/npm/import_map/import_map.json
+++ b/cli/tests/testdata/npm/import_map/import_map.json
@@ -1,5 +1,6 @@
{
"imports": {
- "chalk": "npm:chalk@5"
+ "chalk": "npm:chalk@5",
+ "@denotest/": "npm:/@denotest/dual-cjs-esm/"
}
}