From fc4025c878a7986576f693ed3ad297212f6a99de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 3 Sep 2022 15:43:35 +0200 Subject: fix(npm): add more context to errors when file doesn't exist (#15749) --- cli/tests/testdata/npm/nonexistent_file/main.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/npm/nonexistent_file/main.js (limited to 'cli/tests/testdata/npm/nonexistent_file/main.js') diff --git a/cli/tests/testdata/npm/nonexistent_file/main.js b/cli/tests/testdata/npm/nonexistent_file/main.js new file mode 100644 index 000000000..4e4657088 --- /dev/null +++ b/cli/tests/testdata/npm/nonexistent_file/main.js @@ -0,0 +1 @@ +import hmacSHA512 from "npm:crypto-js/hmac-sha512"; -- cgit v1.2.3