aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/file-importing-nonexistent-file.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-21 22:35:28 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-10-21 22:35:28 -0700
commit347309b26fadd7f51b9caeb61ff9d8c5e707899f (patch)
tree37cceff65b7c8be0d1fa1950d8be4c09539f7a19 /test/bun.js/file-importing-nonexistent-file.js
parent8d67870da45175956cb742ae805b11a63ae097ca (diff)
downloadbun-347309b26fadd7f51b9caeb61ff9d8c5e707899f.tar.gz
bun-347309b26fadd7f51b9caeb61ff9d8c5e707899f.tar.zst
bun-347309b26fadd7f51b9caeb61ff9d8c5e707899f.zip
Add test for ResolveError.position being inspectable
Diffstat (limited to 'test/bun.js/file-importing-nonexistent-file.js')
-rw-r--r--test/bun.js/file-importing-nonexistent-file.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bun.js/file-importing-nonexistent-file.js b/test/bun.js/file-importing-nonexistent-file.js
new file mode 100644
index 000000000..1136a7d8c
--- /dev/null
+++ b/test/bun.js/file-importing-nonexistent-file.js
@@ -0,0 +1 @@
+import "./does-not-exist.js";