summaryrefslogtreecommitdiff
path: root/cli/tests/test/unhandled_rejection.out
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-06-29 21:40:16 +0800
committerGitHub <noreply@github.com>2021-06-29 15:40:16 +0200
commita0c0daac24c496e49e7c0abaae12f34723785a7d (patch)
treeadc16fea74b191f2ddcfe86eaa425c4e1a5e2f3d /cli/tests/test/unhandled_rejection.out
parent96d05829002ef065b8fc84fe70de062cff0e95b3 (diff)
test(cli): harden test runner tests (#11166)
Diffstat (limited to 'cli/tests/test/unhandled_rejection.out')
-rw-r--r--cli/tests/test/unhandled_rejection.out10
1 files changed, 7 insertions, 3 deletions
diff --git a/cli/tests/test/unhandled_rejection.out b/cli/tests/test/unhandled_rejection.out
index 27b3865a8..fae353a28 100644
--- a/cli/tests/test/unhandled_rejection.out
+++ b/cli/tests/test/unhandled_rejection.out
@@ -1,6 +1,10 @@
-Check [WILDCARD]
+Check [WILDCARD]/test/unhandled_rejection.ts
-test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
+test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
error: Uncaught (in promise) Error: rejection
-[WILDCARD]
+ reject(new Error("rejection"));
+ ^
+ at [WILDCARD]/test/unhandled_rejection.ts:2:10
+ at new Promise (<anonymous>)
+ at [WILDCARD]/test/unhandled_rejection.ts:1:1