diff options
Diffstat (limited to 'cli/tests/testdata/run/rejection_handled.out')
| -rw-r--r-- | cli/tests/testdata/run/rejection_handled.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/rejection_handled.out b/cli/tests/testdata/run/rejection_handled.out new file mode 100644 index 000000000..5c06fcd2b --- /dev/null +++ b/cli/tests/testdata/run/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 |
