diff options
author | 2022-10-21 22:35:28 -0700 | |
---|---|---|
committer | 2022-10-21 22:35:28 -0700 | |
commit | 347309b26fadd7f51b9caeb61ff9d8c5e707899f (patch) | |
tree | 37cceff65b7c8be0d1fa1950d8be4c09539f7a19 /test/bun.js/file-importing-nonexistent-file.js | |
parent | 8d67870da45175956cb742ae805b11a63ae097ca (diff) | |
download | bun-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.js | 1 |
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"; |