summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/top_level_await/unresolved.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/top_level_await/unresolved.js')
-rw-r--r--cli/tests/testdata/run/top_level_await/unresolved.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/top_level_await/unresolved.js b/cli/tests/testdata/run/top_level_await/unresolved.js
new file mode 100644
index 000000000..231a8cd63
--- /dev/null
+++ b/cli/tests/testdata/run/top_level_await/unresolved.js
@@ -0,0 +1 @@
+await new Promise(() => {});