summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/trace_ops_caught_error/main.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-06 15:58:18 -0500
committerGitHub <noreply@github.com>2022-12-06 15:58:18 -0500
commit5dbc07935d47eaad48ba0a7b1a816c644f9446cd (patch)
tree536acb528422897983836be30c72157750c372b2 /cli/tests/testdata/test/trace_ops_caught_error/main.out
parentc03e0f3853490e804fe30fc566b45150061badc9 (diff)
fix(test): handle scenario where --trace-ops would cause an unhandled promise rejection (#16970)
Closes #16969
Diffstat (limited to 'cli/tests/testdata/test/trace_ops_caught_error/main.out')
-rw-r--r--cli/tests/testdata/test/trace_ops_caught_error/main.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/trace_ops_caught_error/main.out b/cli/tests/testdata/test/trace_ops_caught_error/main.out
new file mode 100644
index 000000000..192ed3a6d
--- /dev/null
+++ b/cli/tests/testdata/test/trace_ops_caught_error/main.out
@@ -0,0 +1,6 @@
+Check file:///[WILDCARD]/trace_ops_caught_error/main.ts
+running 1 test from ./test/trace_ops_caught_error/main.ts
+handle thrown error in async function ... ok ([WILDCARD])
+
+ok | 1 passed | 0 failed ([WILDCARD])
+