0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/deno_test_unresolved_promise.out
Bartek Iwańczuk 12e700bddf
fix(test): return error when awaiting unresolved promise (#7968)
This commit fixes test runner by awaitning "Deno.runTests()" call,
which ensures proper error is returned when there's an unresolved
promise that's being awaited.
2020-10-14 15:19:13 +02:00

4 lines
217 B
Text

Check [WILDCARD]
running 2 tests
test unresolved promise ... in promise
error: Module evaluation is still pending but there are no pending ops or dynamic imports. This situation is often caused by unresolved promise.