From b70f520ebc59d123c114b76013a233c4250227e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 22 Nov 2022 20:09:30 +0100 Subject: fix: Make npm packages works with import maps (#16754) Co-authored-by: David Sherret --- cli/tests/testdata/npm/import_map/import_map.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/npm/import_map/import_map.json') 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/" } } -- cgit v1.2.3