summaryrefslogtreecommitdiff
path: root/tests/testdata/run/fetch_async_error_stack.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/fetch_async_error_stack.ts')
-rw-r--r--tests/testdata/run/fetch_async_error_stack.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/run/fetch_async_error_stack.ts b/tests/testdata/run/fetch_async_error_stack.ts
new file mode 100644
index 000000000..f583192c2
--- /dev/null
+++ b/tests/testdata/run/fetch_async_error_stack.ts
@@ -0,0 +1 @@
+await fetch("https://nonexistent.deno.land/");