summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/nonexistent_file/main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-09-03 15:43:35 +0200
committerGitHub <noreply@github.com>2022-09-03 15:43:35 +0200
commitfc4025c878a7986576f693ed3ad297212f6a99de (patch)
tree3df737382ba4ac61148a31d23cb96296e5daa419 /cli/tests/testdata/npm/nonexistent_file/main.js
parent223403e899c934e23ea3012cc1bbba0b1a3ce92a (diff)
fix(npm): add more context to errors when file doesn't exist (#15749)
Diffstat (limited to 'cli/tests/testdata/npm/nonexistent_file/main.js')
-rw-r--r--cli/tests/testdata/npm/nonexistent_file/main.js1
1 files changed, 1 insertions, 0 deletions
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";