summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/no_check.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/no_check.out')
-rw-r--r--cli/tests/testdata/test/no_check.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/test/no_check.out b/cli/tests/testdata/test/no_check.out
index adef03aee..66ad07e26 100644
--- a/cli/tests/testdata/test/no_check.out
+++ b/cli/tests/testdata/test/no_check.out
@@ -3,10 +3,10 @@ Uncaught error from ./test/no_check.ts FAILED
ERRORS
./test/no_check.ts (uncaught error)
-error: TypeError: Cannot read properties of undefined (reading 'fn')
+error: (in promise) TypeError: Cannot read properties of undefined (reading 'fn')
Deno.test();
^
- at [WILDCARD]/test/no_check.ts:1:6
+ at [WILDCARD]
This error was not caught from a test and caused the test runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.