summaryrefslogtreecommitdiff
path: root/tests/testdata/run/unhandled_rejection_dynamic_import/import.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/unhandled_rejection_dynamic_import/import.ts')
-rw-r--r--tests/testdata/run/unhandled_rejection_dynamic_import/import.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/run/unhandled_rejection_dynamic_import/import.ts b/tests/testdata/run/unhandled_rejection_dynamic_import/import.ts
deleted file mode 100644
index b490f2c20..000000000
--- a/tests/testdata/run/unhandled_rejection_dynamic_import/import.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-globalThis.addEventListener("unhandledrejection", () => {
- console.log("hey");
-});
-console.log("---");
-Promise.reject();