diff options
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, 0 insertions, 1 deletions
diff --git a/test/bun.js/file-importing-nonexistent-file.js b/test/bun.js/file-importing-nonexistent-file.js deleted file mode 100644 index 1136a7d8c..000000000 --- a/test/bun.js/file-importing-nonexistent-file.js +++ /dev/null @@ -1 +0,0 @@ -import "./does-not-exist.js"; |