summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/nonexistent_file/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/nonexistent_file/main.js')
-rw-r--r--cli/tests/testdata/npm/nonexistent_file/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/nonexistent_file/main.js b/cli/tests/testdata/npm/nonexistent_file/main.js
index 4e4657088..c480b0548 100644
--- a/cli/tests/testdata/npm/nonexistent_file/main.js
+++ b/cli/tests/testdata/npm/nonexistent_file/main.js
@@ -1 +1,2 @@
-import hmacSHA512 from "npm:crypto-js/hmac-sha512";
+import hmacSHA512 from "npm:crypto-js/non-existent";
+console.log(hmacSHA512);