summaryrefslogtreecommitdiff
path: root/tests/specs/run/rejection_handled/rejection_handled.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/rejection_handled/rejection_handled.out')
-rw-r--r--tests/specs/run/rejection_handled/rejection_handled.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/run/rejection_handled/rejection_handled.out b/tests/specs/run/rejection_handled/rejection_handled.out
new file mode 100644
index 000000000..5c06fcd2b
--- /dev/null
+++ b/tests/specs/run/rejection_handled/rejection_handled.out
@@ -0,0 +1,5 @@
+[WILDCARD]
+unhandledrejection 1 Promise { <rejected> 1 }
+Added catch handler to the promise
+rejectionhandled 1 Promise { <rejected> 1 }
+Success