summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_024_stack_promise_all.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/error_024_stack_promise_all.ts.out')
-rw-r--r--tests/testdata/run/error_024_stack_promise_all.ts.out10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testdata/run/error_024_stack_promise_all.ts.out b/tests/testdata/run/error_024_stack_promise_all.ts.out
deleted file mode 100644
index c7d10a649..000000000
--- a/tests/testdata/run/error_024_stack_promise_all.ts.out
+++ /dev/null
@@ -1,10 +0,0 @@
-[WILDCARD]Error: Promise.all()
- at [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
- at async Promise.all (index 1)
- at async [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
-error: Uncaught (in promise) Error: Promise.all()
- throw new Error("Promise.all()");
- ^
- at [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]
- at async Promise.all (index 1)
- at async [WILDCARD]/error_024_stack_promise_all.ts:[WILDCARD]