diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-03 15:43:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-03 15:43:35 +0200 |
commit | fc4025c878a7986576f693ed3ad297212f6a99de (patch) | |
tree | 3df737382ba4ac61148a31d23cb96296e5daa419 /cli/tests/testdata/npm/nonexistent_file/main.js | |
parent | 223403e899c934e23ea3012cc1bbba0b1a3ce92a (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.js | 1 |
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"; |